init frontend_management
This commit is contained in:
parent
af58550f7f
commit
62812f2090
23 changed files with 13174 additions and 0 deletions
9
frontend_management/app.vue
Normal file
9
frontend_management/app.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// This is the main app entry point
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue