vue 中引入Jquery插件

import $ from '../../static/js/jquery.min.js'

window.jQuery = $;

require('../../static/js/jquery.zoom.js')