mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix: add naive hooks
This commit is contained in:
parent
bdc8764a2b
commit
4959d0f1b9
@ -29,7 +29,22 @@ export function createVitePlugins(env: ImportMetaEnv) {
|
|||||||
|
|
||||||
// auto import api of lib
|
// auto import api of lib
|
||||||
AutoImport({
|
AutoImport({
|
||||||
imports: ['vue', 'vue-router', 'pinia', '@vueuse/core', 'vue-i18n'],
|
imports: [
|
||||||
|
'vue',
|
||||||
|
'vue-router',
|
||||||
|
'pinia',
|
||||||
|
'@vueuse/core',
|
||||||
|
'vue-i18n',
|
||||||
|
{
|
||||||
|
'naive-ui': [
|
||||||
|
'useDialog',
|
||||||
|
'useMessage',
|
||||||
|
'useNotification',
|
||||||
|
'useLoadingBar',
|
||||||
|
'useModal',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
include: [
|
include: [
|
||||||
/\.[tj]sx?$/,
|
/\.[tj]sx?$/,
|
||||||
/\.vue$/,
|
/\.vue$/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user