xiaoxian521 3 anni fa
parent
commit
8f6986608d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -65,7 +65,7 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
           }
         ]
       }),
-      ElementPlus(),
+      ElementPlus({}),
       viteMockServe({
         mockPath: "mock",
         localEnabled: command === "serve",