fix import
This commit is contained in:
parent
c5286182d9
commit
b2a7e7dee5
1 changed files with 0 additions and 9 deletions
|
|
@ -17,15 +17,6 @@ const TabsTemplate2Format2 = defineAsyncComponent(
|
|||
const TabsTemplate3 = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/FormEvaluation/Template3.vue")
|
||||
);
|
||||
// const Tabs2 = defineAsyncComponent(
|
||||
// () => import("@/modules/05_placement/components/probation/tabs/tabs2.vue")
|
||||
// );
|
||||
const Tabs3 = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/tabs/tabs3.vue")
|
||||
);
|
||||
const Tabs4 = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/tabs/tabs4.vue")
|
||||
);
|
||||
|
||||
const router = useRouter();
|
||||
const drawer = ref<boolean>(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue