Apeller

导航

v-bind动态绑定class -16

15 v-bind动态绑定class语法

 

 以前css 绑定

<style>

  .app{

    backgound:red;

  }  

</style>

  div.class="app"

script

  new Vue({

    el

    methods:{

      //去管理class的添加删除

    }

  })

P15

---------------------------------------------------

 

 对象语法


 

v-bind绑定class

  :class="类名:布尔值"


 

  

 

  • 添加到短语集
     
    • 没有此单词集:中文(简体) -> 中文(简体)...
       
    • 创建新的单词集...
  • 拷贝

posted on 2019-11-21 17:30  Apeller  阅读(126)  评论(0编辑  收藏  举报