摘要: 装包:npm install jquery --save 方式一 全局使用 1)main.js中引入 // jquery import $ from 'jquery' Vue.prototype.$ = $; 2)更改vue.config.js const webpack = require('we 阅读全文
posted @ 2020-07-03 18:09 隔壁的小明 阅读(3530) 评论(0) 推荐(0)