fix(lint)
This commit is contained in:
parent
3793d9abbd
commit
bcc67a7df4
|
@ -69,9 +69,12 @@ const submitAndScan = async () => {
|
||||||
>
|
>
|
||||||
<h2>{{ plugin.label }}</h2>
|
<h2>{{ plugin.label }}</h2>
|
||||||
<Alert blue>
|
<Alert blue>
|
||||||
<Layout flex>
|
<Layout flex>
|
||||||
<p><i class="bi bi-info-circle-fill" /></p>
|
<p><i class="bi bi-info-circle-fill" /></p>
|
||||||
<Layout stack no-gap>
|
<Layout
|
||||||
|
stack
|
||||||
|
no-gap
|
||||||
|
>
|
||||||
<sanitized-html
|
<sanitized-html
|
||||||
v-if="plugin.description"
|
v-if="plugin.description"
|
||||||
:html="description"
|
:html="description"
|
||||||
|
|
|
@ -59,8 +59,9 @@ const submit = async () => {
|
||||||
class="main"
|
class="main"
|
||||||
>
|
>
|
||||||
<h2>{{ labels.changePassword }}</h2>
|
<h2>{{ labels.changePassword }}</h2>
|
||||||
<Layout form
|
<Layout
|
||||||
v-if="!success"
|
v-if="!success"
|
||||||
|
form
|
||||||
@submit.prevent="submit()"
|
@submit.prevent="submit()"
|
||||||
>
|
>
|
||||||
<Alert
|
<Alert
|
||||||
|
|
Loading…
Reference in New Issue