This commit is contained in:
Fine 2022-10-26 11:07:37 +08:00
parent eda44db0cd
commit cfe74b0888

View File

@ -42,9 +42,9 @@ const props = defineProps({
config: { config: {
type: Object as PropType< type: Object as PropType<
LineConfig & { LineConfig & {
filters: Filters; filters?: Filters;
relatedTrace: RelatedTrace; relatedTrace?: RelatedTrace;
} & { id: string } } & { id?: string }
>, >,
default: () => ({ default: () => ({
step: false, step: false,