摘要: 1. vue点击显示切换 :class='{"span":index==0}' class原本是 类选择器 加上 :class就是绑定属性的意思 ‘{“span”:index==0}’ 意思就是判断等于 index等于0的时候就显示span的样式 2.点击切换地址栏 conten.vue top.v 阅读全文
posted @ 2019-12-01 12:56 辛蕾亓 阅读(725) 评论(0) 推荐(0)