详解vue.js之绑定class和style的示例代码 一.绑定Class属性。绑定数据用v-bind:命令,简写成:语法:<divv-bind:class="{active:isActive}">< vue.js绑定style