basic install
This commit is contained in:
parent
9d7d1cef8e
commit
62990170de
20 changed files with 10349 additions and 0 deletions
9
src/App.vue
Normal file
9
src/App.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import { RouterLink, RouterView } from "vue-router";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header>Header</header>
|
||||
|
||||
<RouterView />
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue