08 2020 档案
摘要:1. 在package.json中的dependences中引入jquery的版本 2.第二步在webpack.base.conf.js文件中加入如下内容: const webpack = require("webpack") 'jquery': 'jquery' plugins:[ new web
阅读全文
摘要:最近的项目开发,有个功能是需要前端上传文件,然后后台解析;主要就是通过 <input type="file" multiple @change="uploadFile"/> uploadFile(e){ let vm = this; let reader = null; if(window.File
阅读全文
摘要:声明:我是在vue项目下写的; 1.用canvas画图,但是图片有时候出现有时候不出现的; 附上源代码: <input type="file" accept="image/*" @change="showImage"/> showImage(e) { let vm = this; let reade
阅读全文
摘要:1.因为百度的ueditor还没有可以在vue项目中直接使用的 插件,所以使用百度的插件的话需要自己去官网下载; 官网地址为:http://ueditor.baidu.com git 仓库地址为:https://github.com/fex-team/ueditor 2.下载之后解压,把以下下文件放
阅读全文

浙公网安备 33010602011771号