diff --git a/src/main.ts b/src/main.ts
index 0ad939a69a452b2342e9a23ef8cdc13a6a7554b8..b725e745f1302e35572cb5708f2a6bafd4c7ccc1 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -4,6 +4,10 @@ import 'uno.css';
import '@/assets/styles/index.scss';
import 'element-plus/theme-chalk/dark/css-vars.css';
+// 表单设计页面样式
+import 'vform3-builds/dist/designer.style.css';
+import VForm3 from 'vform3-builds';
+import ElementPlus from 'element-plus'
// App、router、store
import App from './App.vue';
import store from './store';
@@ -51,6 +55,8 @@ app.use(router);
app.use(store);
app.use(i18n);
app.use(plugins);
+app.use(VForm3);
+app.use(ElementPlus);
// 自定义指令
directive(app);
diff --git a/src/views/tool/build/index.vue b/src/views/tool/build/index.vue
index 45f54575d92306e6fadb3ed82f540a055f516851..6e9703d27a43878284df884f381452fa1b5ad031 100644
--- a/src/views/tool/build/index.vue
+++ b/src/views/tool/build/index.vue
@@ -1,3 +1,51 @@
- 表单构建
+
+
+
+
+ 保存
+
+
+
+
+
+
+