feat: 设置界面装到容器
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<template>
|
||||
<div class="bg-white box-border w-full h-full flex">
|
||||
<SystemConfig @change=onChange />
|
||||
|
||||
<component :is="currentComponent" />
|
||||
</div>
|
||||
<layout>
|
||||
<div class="bg-white box-border w-full h-full flex">
|
||||
<SystemConfig @change=onChange />
|
||||
<component :is="currentComponent" />
|
||||
</div>
|
||||
</layout>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user