下包
npm install jquery
在webpack.base.config.js里面配置
image.png plugins: [
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery'
})
],
image.png
组件里面导入jquery
import $ from "jquery";
npm install jquery
plugins: [
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery'
})
],
image.png
import $ from "jquery";
本文标题:vue 组件中使用jQuery
本文链接:https://www.haomeiwen.com/subject/qoekrktx.html
网友评论