ShiShiYiBan/yudao-ui-admin-vue3/src/views/infra/build/index.vue

9 lines
177 B
Vue
Raw Normal View History

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>