dykj-college-back-office-ma.../src/App.vue
2024-04-06 09:32:25 +08:00

7 lines
88 B
Vue

<template>
<RouterView />
</template>
<script setup></script>
<style scoped></style>