import zhCn from 'element-plus/es/locale/lang/zh-cn' import components from './components' import layout from './layout' import views from './views' import common from './common' export default { lang: '简体中文', layout, views, components, zhCn, common }