cnpm install jquery --save
// 或者 npm install jquery --save
我们想在哪个组件中使用jQuery库,首先要使用如下命令引入jquery,然后就可以正常使用了
import $ from 'jquery'