diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 313e671..af1083b 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -5,8 +5,6 @@ "ComputedRef": true, "DirectiveBinding": true, "EffectScope": true, - "ElMessage": true, - "ElMessageBox": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, diff --git a/src/plugins/modules/globalComponentsPlugin.ts b/src/plugins/modules/globalComponentsPlugin.ts new file mode 100644 index 0000000..e69de29 diff --git a/vite.config.ts b/vite.config.ts index b36f387..21f91d1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,6 +13,8 @@ export default defineConfig((cnf) => { resolve: { alias: { "@": path.resolve(__dirname, "./src"), + "~": path.resolve(__dirname, "./src/assets"), + "GCnps": path.resolve(__dirname, "./src/components"), }, }, css: {