mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-20 20:11:39 +02:00
ESLint update
This commit is contained in:
parent
feb6700fe7
commit
0b3e10e703
@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<button
|
||||
class="mb-3"
|
||||
type="button"
|
||||
type="button"
|
||||
:class="[
|
||||
'btn',
|
||||
canRegister ? 'btn-primary' : 'btn-danger'
|
||||
]"
|
||||
:disabled="!btnEnabled"
|
||||
]"
|
||||
:disabled="!btnEnabled"
|
||||
@click="registerWebpush"
|
||||
>
|
||||
<div v-if="processing" class="spinner-border spinner-border-sm me-1"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user