Explorar el Código

style: lint style

xiaoxian521 hace 3 años
padre
commit
8f6986608d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",