Initial VTuber Awards implementation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { RouterView } from 'vue-router'
|
||||
|
||||
import AppShell from './components/AppShell.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AppShell>
|
||||
<RouterView />
|
||||
</AppShell>
|
||||
</template>
|
||||
Reference in New Issue
Block a user