在Vue项目中引入JQuery-ui插件的讲解
Moment°回忆 人气:0安装:
npm install jquery-ui-dist -S
引入:
import 'jquery-ui-dist/jquery-ui'
更改配置文件:
1、添加jquery:'jquery'
resolve: { extensions: ['.js', '.vue', '.json'], alias: { 'vue$': 'vuehttps://img.qb5200.com/download-x/dist/vue.esm.js', '@': resolve('src'), jquery:'jquery', } }, // 添加代码 plugins: [ new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery", jquery: "jquery", "window.jQuery": "jquery" }) ],
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对的支持。如果你想了解更多相关内容请查看下面相关链接
加载全部内容