在vue里面使用的话最好不要操作数据,做一些效果就好了
1.首先 npm install jquery --save
2.使用v-on:click。定义一个点击方法,或者其他方法
3.import $ from 'jquery'
4.在方法里面使用