新建utils.js文件 使用
新建utils.js文件 使用
1.安装 font-spider 2. 在src/font 文件夹下新建 index.html、font.css文件 2.1 font.css 2.2 index.html ...
1、utils/mixin.js const modules = import.meta.glob('/src/assets/imgs/*/*', {eager: true}...
1、给el-slelect添加类名如:my-select 2 、.my-select { /deep/.el-select__caret::before { conte...
渲染树形数据时,必须要指定 row-key和isTreeTable属性, row 中包含 children字段(必须不然展开收起会有问题)。 支持子节点数据异步加载。设置 T...
1、videourl=`${videourl}?response-content-type=video/mp4` 2、pdfurl=`${pdfurl}?response-c...
使用iframe.contentWindow.location.replace替代标签内的src跳转 let iframe=this.$refs.iframe iframe...
1、npm i crypto-js 2、crypto.js import CryptoJS from 'crypto-js' const key = CryptoJS.enc...
html: <el-input v-model="form.hourlyWage" type="number" @input...
域名例如:www.hh.com/test/ 1、const router = new VueRouter({ mode: "history", base: test, }...
1、vue.config.js中 module.exports = { // 基本路径 publicPath: cdn地址, // 输出文件目录 outputDir: ...
按快捷键 ctrl + alt + shift + D
data(){ return{ cancel:'' } methods:{ cancelRequest(){ if(typeofthis.cancel==='function...
1、 <van-field v-model="value" ref="textarea" rows="3" type="textarea" autosize :pla...
.card-content{ width:1100px; margin-top:20px; -moz-column-count:2;/*Firefox*/ -webkit-c...
触发表单的校验:this.$refs.form.validate(); 触发字段的校验:this.$refs.formvalidateField("字段名");