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