implement uptime

This commit is contained in:
LouisLam
2021-07-01 13:11:16 +08:00
parent 82afddcfd6
commit 84c21b71c0
7 changed files with 145 additions and 49 deletions

View File

@@ -18,9 +18,6 @@ export default {
computed: {
displayText() {
console.log(dayjs.tz.guess())
return this.value
},
}