mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-09-11 12:24:27 +00:00
Integrate https://github.com/jamescun/wg-api stats into the UI
This commit is contained in:
16
ui/src/views/Status.vue
Normal file
16
ui/src/views/Status.vue
Normal file
@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<v-content>
|
||||
<Status/>
|
||||
</v-content>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Status from '../components/Status'
|
||||
|
||||
export default {
|
||||
name: 'status',
|
||||
components: {
|
||||
Status
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user