diff --git a/maku-boot-module/maku-module-generator/src/main/resources/template/vue/index.vue.ftl b/maku-boot-module/maku-module-generator/src/main/resources/template/vue/index.vue.ftl index efb66ee..54efd7e 100644 --- a/maku-boot-module/maku-module-generator/src/main/resources/template/vue/index.vue.ftl +++ b/maku-boot-module/maku-module-generator/src/main/resources/template/vue/index.vue.ftl @@ -84,6 +84,7 @@ import {useCrud} from '@/hooks' import {reactive, ref} from 'vue' import {IHooksOptions} from '@/hooks/interface' + import AddOrUpdate from './add-or-update.vue' const state: IHooksOptions = reactive({ dataListUrl: '/${moduleName}/${functionName}/page',