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