fix: vue2代码生成模板

This commit is contained in:
xingyu
2022-07-25 16:53:36 +08:00
parent 9983590fdf
commit a57f79cf90
10 changed files with 42 additions and 46 deletions

View File

@@ -0,0 +1,7 @@
import BasicInfoForm from './BasicInfoForm.vue'
import CloumInfoForm from './CloumInfoForm.vue'
import EditTable from './EditTable.vue'
import GenInfoForm from './GenInfoForm.vue'
import ImportTable from './ImportTable.vue'
import Preview from './Preview.vue'
export { BasicInfoForm, CloumInfoForm, EditTable, GenInfoForm, ImportTable, Preview }