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