Vue 中引入jquery

在vue2中引用jq,如下

1.安装jQuery

npm i jquery -S

2.引入jQuery

import $ from ‘jquery‘

相关推荐