摘要:
// tagsView.vue <template> <div class="tags" v-if="showTags"> <ul> <li class="tags-li" v-for="(item,index) in tabsList" :class="{'active': isActive(it 阅读全文
摘要:
<template> <div class="wrap-dialog-box"> <!-- 弹窗 --> <el-dialog title="通知" :visible.sync="dialogVisible" center width="80%" class="dialog-box-center"> 阅读全文
摘要:
1.安装 cnpm i vue-seamless-scroll -S 2.组件调用 import vueSeamless from "vue-seamless-scroll"; (或者全局注册) 3.https://www.npmjs.com/package/vue-seamless-scroll 阅读全文