卸载
来源:2-3 项目初始化--插件安装

墨莫
2021-10-25
yarn add vue-router@next vuex@next element-plus axios -S
可以分别卸载
yarn remove vue-router
yarn remove vuex
yarn remove element-plus
yarn remove axios
@next 是控制版本的,卸载的时候不需要
写回答
2回答
-
如果你是写了记笔记的话,有专门记笔记的地方。这是问答区。 卸载插件可以卸载多个,不用一个一个卸载
112021-10-25 -
墨莫
提问者
2021-10-25
也可以直接这样卸载
yarn remove vue-router vuex element-plus axios
00
相似问题