摘要: // 判断文件格式 //将多个文件以数组方式传入format中进行判断 format(file){ let fileList = file.map( v => { let file = v.name.split('.') //将字母全部变为小写并保存格式名 let fileName = file[f 阅读全文
posted @ 2023-02-14 17:28 abcByme 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 锚点定位// vue中使用 // 标题 <div class="tabs" v-for="(item, index) in titAll" :key="index" :class="{ actives: isactive index }" @click="tabsColor(index)" > {{ 阅读全文
posted @ 2023-02-14 11:23 abcByme 阅读(366) 评论(0) 推荐(0) 编辑