soybean-admin/src/layouts/RouterViewLayout/index.vue
2021-11-10 20:48:55 +08:00

7 lines
99 B
Vue

<template>
<router-view />
</template>
<script setup lang="ts"></script>
<style scoped></style>