mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 22:57:11 +08:00
feat: 新增 GiEditTable 编辑表格组件(同步 GiDemo 更新)
This commit is contained in:
@@ -2,12 +2,11 @@ import autoImport from 'unplugin-auto-import/vite'
|
||||
|
||||
export default function createAutoImport() {
|
||||
return autoImport({
|
||||
// 自动导入 vue 相关函数,如: ref、reactive、toRef等
|
||||
imports: [
|
||||
'vue',
|
||||
'vue-router',
|
||||
'pinia'
|
||||
],
|
||||
// 自动导入 vue 相关函数
|
||||
imports: ['vue', 'vue-router', {
|
||||
// vue 3.5.x
|
||||
vue: ['useTemplateRef', 'onWatcherCleanup', 'useId']
|
||||
}],
|
||||
dts: './src/types/auto-imports.d.ts'
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user