mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2024-11-10 09:39:20 +08:00
修复设计器调用setFormJson()后自定义CSS没有加载的问题。
This commit is contained in:
parent
bfff0d34d5
commit
696b744da1
@ -118,6 +118,10 @@ export function createDesigner(vueInstance) {
|
||||
modifiedFlag = true
|
||||
}
|
||||
|
||||
if (modifiedFlag) {
|
||||
this.emitEvent('form-json-imported', []) // 通知其他组件
|
||||
}
|
||||
|
||||
return modifiedFlag
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user