feat: 引入表单构造器

This commit is contained in:
xingyu
2023-01-19 15:29:39 +08:00
parent d207b95b29
commit bae44b4541
5 changed files with 191 additions and 5 deletions

View File

@ -1,4 +1,8 @@
<template>
<div>index</div>
<ContentWrap>
<fc-designer ref="designer" height="780px" />
</ContentWrap>
</template>
<script setup lang="ts" name="Build"></script>
<script setup lang="ts" name="Build">
const designer = ref()
</script>