diff --git a/app/components/SpecTable.vue b/app/components/SpecTable.vue index dacd7c6..92a66d4 100644 --- a/app/components/SpecTable.vue +++ b/app/components/SpecTable.vue @@ -24,4 +24,11 @@ const props = defineProps({ const activeName = ref(props.data.map((item: ProductionSpecGroup) => { return item.title }) || []) - \ No newline at end of file + + + \ No newline at end of file