摘要:
korofileheader 注释插件 设置里面找到 Custom Made 写入以下配置 "fileheader.customMade": { //此为头部注释 "Description": "", "Version": "2.0", "Autor": "lhl", "Date": "Do not 阅读全文
posted @ 2020-03-27 16:45
鱼樱前端
阅读(11000)
评论(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
鱼樱前端
阅读(500)
评论(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
鱼樱前端
阅读(5419)
评论(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
鱼樱前端
阅读(2106)
评论(0)
推荐(0)