简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue中全屏screenfull使用过程中报错总结
vue中全屏目前实现大体有两种:一种时浏览器自带的。
element-ui 引入及使用中的报错、失效
Error: Cannot find module 'babel-preset-es2015'
Unknown custom element: <router-view> - did you register the component correctly?
4.前面3项都检查没有问题,那么就检查一下路由配置{path:“”,component:组件名}是否正确。1.router.js中是否引用了导入vuex之后,是否引用,没有添加上Vue.use(Vuex)3.new Vue()的时候是否有配置router。2.main.js中是否有引入router.js。基本上这个报错就可以解决了。
Cannot find module ‘@element-plus/icons-vue‘. Did you mean to set the ‘moduleResolution‘ option to ‘
将tsconfig.json中的moduleResolution: "node"此时页面图标可以正常显示。
到底了