新建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...
渲染樹形數(shù)據(jù)時,必須要指定 row-key和isTreeTable屬性, row 中包含 children字段(必須不然展開收起會有問題)。 支持子節(jié)點數(shù)據(jù)異步加載。設(shè)置 T...
1、videourl=`${videourl}?response-content-type=video/mp4` 2、pdfurl=`${pdfurl}?response-c...
使用iframe.contentWindow.location.replace替代標(biāo)簽內(nèi)的src跳轉(zhuǎn) let iframe=this.$refs.iframe iframe...
域名例如:www.hh.com/test/ 1、const router = new VueRouter({ mode: "history", base: test, }...
1、vue.config.js中 module.exports = { // 基本路徑 publicPath: cdn地址, // 輸出文件目錄 outputDir: ...
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...
觸發(fā)表單的校驗:this.$refs.form.validate(); 觸發(fā)字段的校驗:this.$refs.formvalidateField("字段名");