mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 20:59:42 -04:00
init
This commit is contained in:
parent
c22e3050fb
commit
0a4fb45a8c
17 changed files with 1533 additions and 0 deletions
13
src/App.vue
Normal file
13
src/App.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue