You are viewing a single comment's thread from:

RE: Vue.js实战笔记

in #starnote6 years ago
1. 数组
  <h1 :class="['first', 'second']">hello</h1>
2. 三元表达式  
  <h1 :class="['first', 'second',flag?'active':'']">
3. 类名
  <h1 :class="['first', 'second', { 'active':flag }]">
4. 直接使用类
 <h1 :class="{first:true, second:true}"}>hello</h1>

Coin Marketplace

STEEM 0.05
TRX 0.28
JST 0.046
BTC 64446.89
ETH 1857.51
USDT 1.00
SBD 0.42