如何将Vue版本从3降级到2?
我正在使用 Vue3 进行学习,但它不支持 Vuetify 库。所以我需要将其降级到版本 2。我该怎么做? Vue3没有安装在全局中。并且vue-cli安装在global中,版本是4.5.15。
I am using Vue3 for studying but it cannot support Vuetify library. So I need to downgrade it to version 2. How can I do that?
Vue3 is not installed in global. And vue-cli is installed in global, which is version 4.5.15.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用
但是,如果您有组件,则还必须更新其代码。
You can use
However, if you have components you have to update their code also.
1 安装 VUE JS 2
2 更新您的 VUE-LOADER
3如果没有安装,请安装
4安装vue/compiler-sfc
1 INSTALL VUE JS 2
2 UPDATE YOUR VUE-LOADER
3 if it is not installed, install it
4 install vue/compiler-sfc