Add eslint
This commit is contained in:
@@ -71,7 +71,7 @@ titleStore.title = data.value?.name;
|
||||
height="100dvh"
|
||||
autoscroll
|
||||
:indicators="false"
|
||||
fallbackIcon="broken_image"
|
||||
fallback-icon="broken_image"
|
||||
infinite
|
||||
color="secondary"
|
||||
:items="data.pictures"
|
||||
@@ -95,7 +95,7 @@ titleStore.title = data.value?.name;
|
||||
<VaAlert color="danger" class="w-[90%]"
|
||||
>Answers are not revealed yet, please wait until the end!</VaAlert
|
||||
>
|
||||
<VaAlert color="danger" class="w-[90%]" v-if="error.statusCode !== 403">{{
|
||||
<VaAlert v-if="error.statusCode !== 403" color="danger" class="w-[90%]">{{
|
||||
error
|
||||
}}</VaAlert
|
||||
><VaButton
|
||||
|
||||
Reference in New Issue
Block a user