Browse Source

style: lint style

xiaoxian521 3 years ago
parent
commit
8f6986608d
1 changed files with 1 additions and 1 deletions
  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",