We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a29b93 commit d1c67feCopy full SHA for d1c67fe
1 file changed
src/components/AuthorCardViewing.vue
@@ -1,7 +1,7 @@
1
<template>
2
<q-card
3
bordered
4
- v-bind:class="['bg-formcard', authorErrors.hasError ? 'red-border' : '']"
+ v-bind:class="['bg-formcard', false ? 'red-border' : '']"
5
flat
6
style="display: flex; flex-direction: row"
7
>
0 commit comments