mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 12:52:40 -04:00
Fix ESLint warnings and errors
This commit is contained in:
parent
26230a3d3a
commit
c114c053d6
5 changed files with 40 additions and 25 deletions
|
@ -5,7 +5,10 @@
|
|||
<script>
|
||||
export default {
|
||||
props: {
|
||||
status: Number,
|
||||
status: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue