1👍
✅
Class binding supports array syntax, and you can further use object syntax inside array syntax as follows in your case:
<div :class="[{'active': isActive}, divTheme]"
Source:stackexchange.com