导航栏点击高亮(vue)


核心逻辑是点击某个li块时,将当前下标赋值给data变量curIndex,利用绑定动态class,判断当前index和curIndex是否一样来控制style样式。




    
    Title
    
    


  • {{ item }}

vue