本文实例为大家分享了vue插件tab选项卡的使用方法,供大家参考,具体内容如下
基本用法
options参数释义
代码
tab.vue
{{{item}}}
@import "tab.sass"
.fixWrap
z-index: 999
position: relative
.component-tabsWrap
width: 100%
overflow: hidden
min-height: .1rem
position: relative
background: #fff
.component-tabs
height: 100%
display: table
.component-tab
display: table-cell
box-sizing: border-box
text-align: center
vertical-align: middle
本文已被整理到了《Vue.js前端组件学习教程》,欢迎大家学习阅读。
如果大家还想深入学习,可以点击两个精彩的专题:javascript选项卡操作方法汇总 jquery选项卡操作方法汇总
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持考高分网。



