import zhTw from 'element-plus/es/locale/lang/zh-tw' import components from './components' import layout from './layout' import views from './views' import common from './common' export default { lang: '繁體中文', layout, common, views, components, zhTw }