So how can I use v-if with multiple conditions? ``` v-if="!lock || status== 'ok' " ``` This is currently not working. Any workarounds?