摘要: 描述:如下图,点击哪个tabbar就让哪个的样式改变 思路: 定义一个变量currentIndex用来记录点击的是哪个,然后当点击的index == currentIndex时,就给它绑定一个class active 实现: <template> <div class="tabcontrol"> < 阅读全文
posted @ 2020-03-10 20:45 leahtao 阅读(425) 评论(0) 推荐(0) 编辑