feat: 设置界面装到容器

This commit is contained in:
2026-01-21 22:52:43 +08:00
parent 14d213c4a8
commit 8714478587

View File

@@ -1,9 +1,10 @@
<template>
<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">