表单设计页面,模型基础信息增删
This commit is contained in:
@@ -34,10 +34,16 @@ app.use(BaiduMap, {
|
||||
ak: 'Yp57V71dkOPiXjiN8VdcFRsVELzlVNKK',
|
||||
v: '3.0',
|
||||
});
|
||||
|
||||
|
||||
import VForm3 from 'vform3-builds' //引入VForm3库
|
||||
import 'vform3-builds/dist/designer.style.css' //引入VForm3样式
|
||||
|
||||
app.use(router)
|
||||
app.use(pinia)
|
||||
app.use(ElementPlus)
|
||||
app.use(VXETable)
|
||||
app.use(VForm3);
|
||||
;(app._context.components.ElDialog as typeof ElDialog).props.closeOnClickModal.default = false
|
||||
registerIcons(app) // icons
|
||||
|
||||
|
||||
Reference in New Issue
Block a user