mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-20 21:08:57 +08:00
【修复】条件节点前fromNodeId传值问题
【修复】部署参数默认错误问题 【测设】部分项目代码结构 【同步】前端项目代码
This commit is contained in:
15
frontend/packages/vue/naive-ui/src/App.vue
Normal file
15
frontend/packages/vue/naive-ui/src/App.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<!-- 主容器:最小高度为屏幕高度,使用浅灰色背景 -->
|
||||
<div class="min-h-screen bg-white">
|
||||
<div class="container mx-auto py-8">
|
||||
<!-- 页面标题 -->
|
||||
<h1 class="text-2xl font-bold mb-8 text-center">Form Builder</h1>
|
||||
<!-- 表单构建器组件 -->
|
||||
<Demo />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import Demo from './views/Demo'
|
||||
</script>
|
||||
Reference in New Issue
Block a user