- 博客(2)
- 收藏
- 关注
原创 vuecli工程构建时识别 node_modules 依赖中 @/ 等别名路径
最近有个需求,需要将不编译的源码上传到npm私服供人使用;Module not found: Error: Can't resolve '@/common/xxxx/xxx' in 'xxx/Desktop/program/xxx/node_modules/[依赖包名]/.../xxx'
2023-06-08 17:35:03 827
原创 Extraneous non-props attributes (ref_key) were passed to component but could not be automatically
今天遇到这个警告,排查了半天发现是vue版本和element plus版本不兼容导致的,我的vue版本是3.2.6,element plus 的版本是2.2.5警告的意思是 ref_key 这个属性不能被继承,网上有很多相关的报错,多数的解释是组件有多个根结点,需要将组件在template中用div包裹,尝试之后不能解决一番尝试之后怀疑是版本问题,于是去element plus 官网用Element Plus Playground 调试。Element Plus Playground可以切换vue 的版本和
2022-06-14 14:27:08 3411 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人