vue的:class={active:activ}可以动态切换class类名

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

     动态切换class,需求点击li该类axtive是激活状态

      130239_lxT4_2731492.png

    在 data中设置test:false;

     130327_NxZm_2731492.png

  改变test的值,当test的值为true时,该li处于激活状态

转载于:https://my.oschina.net/yingxiong68/blog/1609560

你可能感兴趣的:(vue的:class={active:activ}可以动态切换class类名)