2022-07-18 19:06:37 +08:00
|
|
|
<template>
|
2023-01-19 15:29:39 +08:00
|
|
|
<ContentWrap>
|
|
|
|
<fc-designer ref="designer" height="780px" />
|
|
|
|
</ContentWrap>
|
2022-07-18 19:06:37 +08:00
|
|
|
</template>
|
2023-01-19 15:29:39 +08:00
|
|
|
<script setup lang="ts" name="Build">
|
|
|
|
const designer = ref()
|
|
|
|
</script>
|