JS小技巧

eslint报错:  Line 4:8:  'qs' is defined but never used  no-unused-vars

// eslint-disable-next-line     安装不同版本
npm i <alias>@npm:<packageName>@版本
# 例子
npm i antd3@npm:antd@3
npm i antd4@npm:antd@4

 

上一篇:Antd 设计语言


下一篇:react+antd 使用脚手架动态修改主题色