frontend init
This commit is contained in:
11
front/src/App.vue
Normal file
11
front/src/App.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { RouterView } from 'vue-router'
|
||||
import AppTopBar from './components/AppTopBar.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AppTopBar />
|
||||
<main class="container py-4">
|
||||
<RouterView />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user