1、html部分 <a-modal v-model:visible="visible" title="我要拖拽" :getContainer="...
1、html部分 <a-modal v-model:visible="visible" title="我要拖拽" :getContainer="...
1、先進(jìn)行下載和引入(參照官方) https://element-plus.gitee.io/zh-CN/guide/installation.html[https://el...
import ElementUI from 'element-ui'; // 依賴ElementUI // url:接口地址 params: 參數(shù) method:請(qǐng)求方式(G...
創(chuàng)建文件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...
//計(jì)算膠囊高度 單位為px getSystemInfo(){ letheight='' wx.getSystemInfo({ success:(res)=>{ lettit...
importElementUIfrom'element-ui'; // 依賴ElementUI //url:接口地址params(POST):參數(shù)method:請(qǐng)求方式nam...
寫在前面 最近有用到j(luò)sencrypt來(lái)對(duì)登錄密碼進(jìn)行rsa加密處理,記錄下來(lái),供自己以后查閱。 什么是RSA加密 RSA加密算法是一種非對(duì)稱加密算法,RSA加密使用了"一對(duì)...
緣起 上文簡(jiǎn)單介紹了 Electron,以及如何搭建環(huán)境來(lái)進(jìn)行開(kāi)發(fā)?,F(xiàn)實(shí)開(kāi)發(fā)中,從頭開(kāi)始使用 HTML5、JS、CSS 來(lái)構(gòu)建應(yīng)用畢竟還是一件苦差事。鑒于 Vue 是目前國(guó)內(nèi)...
vue-quill-editor github地址:https://github.com/surmon-china/vue-quill-editor官方文檔地址:https:...
controlBar: {
progressControl: false,
},
可以試試
vue 播放器插件 之 vue-video-playergit項(xiàng)目地址:https://github.com/surmon-china/vue-video-player 使用 安裝:npm install vue-video-pl...
var now = new Date(); // 當(dāng)前日期 var nowYear = now.getFullYear(); //當(dāng)前年 var nowMonth = now...