ustbhuangyi / vue-sell

:rice: Vue.js高仿饿了么外卖App课程源码 http://coding.imooc.com/class/74.html
3.46k stars 1.36k forks source link

商品栏scroll高亮menu功能class绑定错误 #50

Open GuitarmonYz opened 6 years ago

GuitarmonYz commented 6 years ago

Goods.vue line6: :class="{'current':currentIndex===index}" 不应使用‘===’, 替换为‘==’时功能生效