init
This commit is contained in:
commit
98131c3b78
29 changed files with 2003 additions and 0 deletions
7
src/App.vue
Normal file
7
src/App.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { RouterView } from "vue-router";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<RouterView></RouterView>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue