vue -- 使用中问题整理
Published:
·
LastMod: August 09, 2022
·
221 words
vue – 使用中问题整理 🔗
[Vue warn]: The setup binding property “xxx” is already declared. 🔗
https://github.com/vuejs/composition-api/issues/213
在vue2中使用@vue/composition-api
, 出现上面的报错,需要检查一下项目中应该是引用了多个版本的composition-api
Cannot find module ‘@vue/cli-plugin-eslint’ 🔗
vue在使用lerna初始化vue项目后,运行项目会报错 Cannot find module '@vue/cli-plugin-eslint'
https://github.com/vuejs/vue-cli/issues/4911
解决方案 🔗
|
|