feature/zoujing #4

Open
zoujing wants to merge 15 commits from feature/zoujing into main
Showing only changes of commit 8714478587 - Show all commits

View File

@@ -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">