1👍
You can just do
<div :class="[ displayConfig.mindCard ? 'workflowSelectionMin' : 'workflowSelection', 'md-layout', 'md-gutter', 'md-alignment-center-center' ]">
Take a look at the array syntax
- [Vuejs]-Vue not seeing function passed from separate component
- [Vuejs]-Typescript Date Issue (VueJS)
Source:stackexchange.com