feat:添加表单生成器

This commit is contained in:
simiyu
2024-10-14 15:54:47 +08:00
parent 801e30c1dc
commit 0f21688b3c
4 changed files with 45 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ import App from './App'
import store from './store'
import router from './router'
import directive from './directive' // directive
import VForm3 from 'vform3-builds'
import 'vform3-builds/dist/designer.style.css' //引入VForm3样式
// 注册指令
@@ -77,5 +79,6 @@ app.use(ElementPlus, {
// 支持 large、default、small
size: Cookies.get('size') || 'default'
})
app.use(VForm3)
app.mount('#app')