</div> Vue has something similar, but built in. v-bind:class, ... but allows you to use objects and arrays too: <div :class="['foo', { bar: isBar }]">.
確定! 回上一頁