remove unused variable

This commit is contained in:
Fine 2025-07-17 16:19:17 +08:00
parent 252adfad12
commit 357c010939

View File

@ -43,7 +43,7 @@ limitations under the License. -->
import { TraceGraphType } from "./constant"; import { TraceGraphType } from "./constant";
/* global defineProps, Recordable*/ /* global defineProps, Recordable*/
const props = defineProps({ defineProps({
data: { type: Array as PropType<Span[]>, default: () => [] }, data: { type: Array as PropType<Span[]>, default: () => [] },
traceId: { type: String, default: "" }, traceId: { type: String, default: "" },
}); });