mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: update element-plus to the latest version
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user