initial release
This commit is contained in:
parent
e156de22c3
commit
b3ac11a85e
37 changed files with 3649 additions and 669 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import HomePage from "@/views/HomePage.vue";
|
||||
import AppShell from "@/components/layout/AppShell.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<HomePage />
|
||||
<AppShell>
|
||||
<RouterView />
|
||||
</AppShell>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue