颜色更换

This commit is contained in:
MTrun
2021-12-15 22:16:16 +08:00
parent ed49e4add8
commit 13e7a64585
15 changed files with 154 additions and 56 deletions
-5
View File
@@ -1,5 +0,0 @@
/**
* 注册全局方法
* @param app
*/
export function setupGlobalMethods() {}
-1
View File
@@ -1,4 +1,3 @@
export { setupNaive } from '@/plugins/naive';
export { setupDirectives } from '@/plugins/directives';
export { setupCustomComponents } from '@/plugins/customComponents';
export { setupGlobalMethods } from '@/plugins/globalMethods';
+2
View File
@@ -2,6 +2,7 @@ import type { App } from 'vue';
import {
create,
NA,
NText,
NConfigProvider,
NMessageProvider,
NDialogProvider,
@@ -75,6 +76,7 @@ import {
const naive = create({
components: [
NA,
NText,
NMessageProvider,
NDialogProvider,
NConfigProvider,