element.js 207 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 import ElementPlus from 'element-plus' import 'element-plus/lib/theme-chalk/index.css' import locale from 'element-plus/lib/locale/lang/zh-cn' export default (app) => { app.use(ElementPlus, {locale}) }