不定时更新前端技术要点,以及一些小功能,让你的开发更便捷。欢迎前来关注:https://weibo.com/cynail/profile?rightmod=1&wvr=6&m...
不定时更新前端技术要点,以及一些小功能,让你的开发更便捷。欢迎前来关注:https://weibo.com/cynail/profile?rightmod=1&wvr=6&m...
1、安装依赖 npm install vue-quill-editor --save npm install quill --save 2、内容 <template> ...
解决方法:把路由中的“mode: 'history'”注释掉 export default new Router({ //mode: 'history', routes: ...
let htmlWidth = document.documentElement.clientWidth || document.body.clientWidth; let ...
keyup事件里放 this.phone = this.phone.replace(/[^\d]/g, ""); //清除“数字”以外的字符
1. 安装二维码模块 npm i QRCode --save 2.安装成功会在package.json中增加一下内容 “qrcode”:"1.2.2" 3.当前页导入...
function saveUser() { var file = document.getElementById("file").files[0]; ...
第一种方法: created() { window.getDataFromNative = this.getDataFromNative; }, getDataFr...
Ctrl+Shift+N 打开新的编辑器窗口 Ctrl+Shift+W 关闭编辑器 Ctrl + X 剪切 Ctrl + C 复制 Alt + up/down 移动行上下 S...