创建文件dialogDrag.js import Vue from 'vue'; Vue.directive('dialogDrag', { //属性名称dialogDrag...
IP属地:浙江
创建文件dialogDrag.js import Vue from 'vue'; Vue.directive('dialogDrag', { //属性名称dialogDrag...
//计算胶囊高度 单位为px getSystemInfo(){ letheight='' wx.getSystemInfo({ success:(res)=>{ lettit...
importElementUIfrom'element-ui'; // 依赖ElementUI //url:接口地址params(POST):参数method:请求方式nam...
要求按A4纸大小生成pdf,支持分页且内容不被截断 使用html2canvas和jspdf插件实现 通过html2canvas将HTML页面转换成图片,然后再通过jspdf将...
写在前面 最近有用到jsencrypt来对登录密码进行rsa加密处理,记录下来,供自己以后查阅。 什么是RSA加密 RSA加密算法是一种非对称加密算法,RSA加密使用了"一对...
缘起 上文简单介绍了 Electron,以及如何搭建环境来进行开发。现实开发中,从头开始使用 HTML5、JS、CSS 来构建应用毕竟还是一件苦差事。鉴于 Vue 是目前国内...
vue-quill-editor github地址:https://github.com/surmon-china/vue-quill-editor官方文档地址:https:...
var now = new Date(); // 当前日期 var nowYear = now.getFullYear(); //当前年 var nowMonth = now...