This commit is contained in:
2024-10-08 14:12:04 +02:00
parent 7fb9744847
commit 3efbd9065a

View File

@@ -30,7 +30,8 @@ const id = ref(route.params.id ? route.params.id : null )
const mode = ref(route.params.mode || "show") const mode = ref(route.params.mode || "show")
const itemInfo = ref({ const itemInfo = ref({
unit: 1, unit: 1,
tags: [] tags: [],
servicecategories: []
}) })
const openTab = ref(0) const openTab = ref(0)