v-bind:class を使えば良い。
ex.
<div v-bind:class="{ active: isActive }"></div>
Vue.jsのv-bind:classで動的なクラス割り当て – 親バカエンジニアのナレッジ帳
https://ti-tomo-knowledge.hatenablog.com/entry/2018/06/21/111721
為せば成る、為さねば成らぬ何事も
v-bind:class を使えば良い。
ex.
<div v-bind:class="{ active: isActive }"></div>
Vue.jsのv-bind:classで動的なクラス割り当て – 親バカエンジニアのナレッジ帳
https://ti-tomo-knowledge.hatenablog.com/entry/2018/06/21/111721