vue3-解决elementui组件中文问题


在vue项目中全局引入组件中文化
import element form 'element-plus'

import 'element-pplus/lib/theme-chalk/index.css'

import 'dayjs/locale/zh-cn' //中文

import locale form 'element-plus/lib/locale/lang/zh-cn' //中文

使用的方式一

createApp(App).use(router).use(element, { locale }).mount('#app')

使用的方式二

app.use(ElementPlus,{locale});

详细网址:https://blog.csdn.net/weixin_44255044/article/details/115457122


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM