mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 04:58:13 +08:00
Fix ESLint warnings and errors
This commit is contained in:
@@ -10,7 +10,10 @@ import { sleep } from "../util.ts";
|
||||
export default {
|
||||
|
||||
props: {
|
||||
value: [ String, Number ],
|
||||
value: {
|
||||
type: [ String, Number ],
|
||||
default: 0,
|
||||
},
|
||||
time: {
|
||||
type: Number,
|
||||
default: 0.3,
|
||||
|
Reference in New Issue
Block a user