chore: update element-plus to the latest version

This commit is contained in:
xiaoxian521
2021-08-18 18:05:13 +08:00
parent 74ef4e1722
commit 666e755ae5
7 changed files with 1340 additions and 216 deletions

View File

@@ -69,10 +69,6 @@ const components = [
const plugins = [ElLoading];
import ElementLocale from "element-plus/lib/locale";
import zhLocale from "element-plus/lib/locale/lang/zh-cn";
ElementLocale.use(zhLocale);
export function useElementPlus(app: App) {
components.forEach((component: Component) => {
app.component(component.name, component);