feat: new uptime page

This commit is contained in:
alisa
2023-04-28 00:10:25 +08:00
parent 8b13edcb17
commit e6cf8e3bf0
3 changed files with 16 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<VCard>
UPTIME
</VCard>
</template>
<route>
{
meta: {
i18n: 'uptime'
}
}
</route>