美文网首页
Element Plus 的日期组件修改成中文显示

Element Plus 的日期组件修改成中文显示

作者: Gifted_ | 来源:发表于2022-07-20 15:17 被阅读0次
    在mainjs中引入import zhCn from 'element-plus/es/locale/lang/zh-cn'
    import ElementPlus from 'element-plus'
    import 'element-plus/dist/index.css'
    import zhCn from 'element-plus/es/locale/lang/zh-cn'
    const app = createApp(App)
    app.use(ElementPlus, {
      locale: zhCn
    })
    app.mount('#app')
    

    官网介绍参考

    相关文章

      网友评论

          本文标题:Element Plus 的日期组件修改成中文显示

          本文链接:https://www.haomeiwen.com/subject/ifaeirtx.html