美文网首页
报错:无法找到模块“element-plus/dist/loca

报错:无法找到模块“element-plus/dist/loca

作者: 靴唯白 | 来源:发表于2023-11-29 10:02 被阅读0次
image.png

解决办法:

1. 直接按照提示往 .d.ts 的文件里面加入下面这行代码

declare module 'element-plus/dist/locale/zh-cn.mjs

image.png

2. 直接替换引入模块

import zhCn from 'element-plus/es/locale/lang/zh-cn'

// import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
import zhCn from 'element-plus/es/locale/lang/zh-cn'
image.png

相关文章

网友评论

      本文标题:报错:无法找到模块“element-plus/dist/loca

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