We can change CSS classes dynamically like any other attribute with v-bind . ... <div v-bind:class="{ active: isActive, fancy: isFancy }">
確定! 回上一頁