<div class="container" :class="{ qwerty: !open }" :class="lower? 'left' : 'right'">
Hey there, I've noticed that Vue seems to only allow me to add one class with conditions, as shown in the example. How can I implement adding several classes with conditions instead of just one?