docs: 更新docs

This commit is contained in:
roymondchen 2022-09-22 17:11:16 +08:00 committed by jia000
parent 00cd237f61
commit 23bc21f064

View File

@ -39,7 +39,7 @@ npm install --save @tmagic/schema @tmagic/stage
</template>
<script lang="ts" setup>
import { computed, defineProps } from 'vue';
import { computed } from 'vue';
const props = defineProps<{
config: any;