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.04
TRX 0.33
JST 0.095
BTC 61966.63
ETH 1733.49
USDT 1.00
SBD 0.39