soybean-admin/src/layouts/BlankChildLayout/index.vue

7 lines
99 B
Vue

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