不定時更新前端技術(shù)要點,以及一些小功能,讓你的開發(fā)更便捷司顿。歡迎前來關(guān)注:https://weibo.com/cynail/profile?rig...
1、安裝依賴 npm install vue-quill-editor --save npm install quill --save 2堂湖、內(nèi)容...
1. 安裝二維碼模塊 npm i QRCode --save 2.安裝成功會在package.json中增加一下內(nèi)容 “qrcode”:...
keyup事件里放 this.phone = this.phone.replace(/[^\d]/g, ""); //清除“數(shù)字”以外的字符
let htmlWidth = document.documentElement.clientWidth || document.body.cl...
解決方法:把路由中的“mode: 'history'”注釋掉 export default new Router({ //mode: 'hist...
第一種方法: created() { window.getDataFromNative = this.getDataFromNative;...
function saveUser() { var file = document.getElementById("file").f...
Ctrl+Shift+N 打開新的編輯器窗口 Ctrl+Shift+W 關(guān)閉編輯器 Ctrl + X 剪切 Ctrl + C 復(fù)制 Alt + ...