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