From bbf927bf791fa6e1d23805e486ecd6f7bd1d6bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Mon, 22 May 2023 13:32:19 +0800 Subject: [PATCH] https://gitee.com/makunet/maku-boot/issues/I72AMD --- .../maku-module-generator/src/main/resources/template/vue/index.vue.ftl | 1 + 1 file changed, 1 insertion(+) 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',