mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-05 15:56:05 +08:00
fix(projects): 修复顶部加载条主题
This commit is contained in:
8
src/layouts/BasicContent.vue
Normal file
8
src/layouts/BasicContent.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user