perf: 单独拆分 naive 全局 API 挂载方法

This commit is contained in:
xiangshu233
2022-12-17 15:39:40 +08:00
parent bcd2480f69
commit 3fb8c85112
4 changed files with 50 additions and 36 deletions

View File

@@ -1,4 +1,5 @@
export { setupNaive } from '@/plugins/naive';
export { setupNaiveDiscreteApi } from '@/plugins/naiveDiscreteApi';
export { setupDirectives } from '@/plugins/directives';
export { setupCustomComponents } from '@/plugins/customComponents';
export { setupGlobalMethods } from '@/plugins/globalMethods';