init
This commit is contained in:
commit
69b4c9116b
30 changed files with 3428 additions and 0 deletions
12
src/App.vue
Normal file
12
src/App.vue
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<script setup lang="ts">
|
||||
import { RouterView } from "vue-router";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header class="m-8">awawawawa</header>
|
||||
<Suspense>
|
||||
<RouterView />
|
||||
|
||||
<template #fallback> Loading... </template>
|
||||
</Suspense>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue