dykj-college-back-office-ma.../src/App.vue

7 lines
88 B
Vue
Raw Normal View History

2024-04-06 09:32:25 +08:00
<template>
<RouterView />
</template>
<script setup></script>
<style scoped></style>