摘要: korofileheader 注释插件 设置里面找到 Custom Made 写入以下配置 "fileheader.customMade": { //此为头部注释 "Description": "", "Version": "2.0", "Autor": "lhl", "Date": "Do not 阅读全文
posted @ 2020-03-27 16:45 蓝色帅-橙子哥 阅读(10843) 评论(0) 推荐(1) 编辑
摘要: // tagsView.vue <template> <div class="tags" v-if="showTags"> <ul> <li class="tags-li" v-for="(item,index) in tabsList" :class="{'active': isActive(it 阅读全文
posted @ 2020-03-27 14:36 蓝色帅-橙子哥 阅读(469) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="wrap-dialog-box"> <!-- 弹窗 --> <el-dialog title="通知" :visible.sync="dialogVisible" center width="80%" class="dialog-box-center"> 阅读全文
posted @ 2020-03-27 14:30 蓝色帅-橙子哥 阅读(5258) 评论(0) 推荐(0) 编辑
摘要: 1.安装 cnpm i vue-seamless-scroll -S 2.组件调用 import vueSeamless from "vue-seamless-scroll"; (或者全局注册) 3.https://www.npmjs.com/package/vue-seamless-scroll 阅读全文
posted @ 2020-03-27 10:58 蓝色帅-橙子哥 阅读(1947) 评论(0) 推荐(0) 编辑