Przeglądaj źródła

style: lint style

xiaoxian521 3 lat temu
rodzic
commit
8f6986608d
1 zmienionych plików z 1 dodań i 1 usunięć
  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",