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

相关文章

el-menu 有个属性 :default-active="curActive"...
基础用法1<el-inputv-model="input1"palcehode...
 1.安装element-uinpminstallelement-ui-S 2.在main.js中i...
layout布局通过基础的24分栏,可进行快速布局基础布局使用单...
 今天做一个选择年份的功能,直接调用了ElementUI里面的Dat...
  that.end 即为结束日期