05 2018 档案

摘要:vue结合webpack创建项目1,cmd中vue init webpack demo2,装上需要的插件和配置 配置1:七牛云 npm install qiniu-webpack-plugin --save-dev //编译后自动资源文件自动上传到七牛云服务器 webpack.prod.conf.j 阅读全文
posted @ 2018-05-25 20:01 米牙 阅读(189) 评论(0) 推荐(0)
摘要:1.输入框写入@focus.Native="focus($event)"事件 <input @focus.Native="focus($event)" v-model="phone" type="number" placeholder="请输入手机号" @input="phoneInput">2. 阅读全文
posted @ 2018-05-24 14:22 米牙 阅读(503) 评论(0) 推荐(0)
摘要:let blob1 = dataURItoBlob(this.img); 阅读全文
posted @ 2018-05-22 18:57 米牙 阅读(758) 评论(0) 推荐(0)
摘要:法一: 1.全局引入jQuery/qrcode npm install jquery npm install qrcode-npm 2.页面引入jQuery/qrcode import $ from "jquery"; var QRCode = require('qrcode') 4.页面代码 <i 阅读全文
posted @ 2018-05-22 14:04 米牙 阅读(13981) 评论(0) 推荐(0)