9 lines
177 B
Vue
9 lines
177 B
Vue
<template>
|
|
<ContentWrap>
|
|
<fc-designer ref="designer" height="780px" />
|
|
</ContentWrap>
|
|
</template>
|
|
<script setup lang="ts" name="Build">
|
|
const designer = ref()
|
|
</script>
|