1、html部分 <a-modal v-model:visible="visible" title="我要拖拽" :getContainer="...
1、html部分 <a-modal v-model:visible="visible" title="我要拖拽" :getContainer="...
1、先进行下载和引入(参照官方) https://element-plus.gitee.io/zh-CN/guide/installation.html[https://el...
import ElementUI from 'element-ui'; // 依赖ElementUI // url:接口地址 params: 参数 method:请求方式(G...
创建文件dialogDrag.js import Vue from 'vue'; Vue.directive('dialogDrag', { //属性名称dialogDrag...
npm install vue-qr --save importVueQrfrom"vue-qr"; components:{ VueQr, },<vue-qr ref="Q...
numberToUpperCase(textIndex){ letnewString=""; letnewTextIndex=textIndex+1+""; function...
//计算胶囊高度 单位为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:...
controlBar: {
progressControl: false,
},
可以试试
vue 播放器插件 之 vue-video-playergit项目地址:https://github.com/surmon-china/vue-video-player 使用 安装:npm install vue-video-pl...
var now = new Date(); // 当前日期 var nowYear = now.getFullYear(); //当前年 var nowMonth = now...