接入前端P0页面真实接口
This commit is contained in:
11
client/src/App.vue
Normal file
11
client/src/App.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<ReservationAppShell>
|
||||
<RouterView />
|
||||
</ReservationAppShell>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { RouterView } from 'vue-router'
|
||||
|
||||
import ReservationAppShell from '@/layouts/ReservationAppShell.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user