tianheng-ui 0.0.74 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -510,12 +510,10 @@ export default {
|
|
510
510
|
widgetFormData: {
|
511
511
|
deep: true,
|
512
512
|
handler: function(val) {
|
513
|
-
console.log("widgetFormData =>", val);
|
514
513
|
this.$emit("update:data", val);
|
515
514
|
}
|
516
515
|
},
|
517
516
|
data(val) {
|
518
|
-
console.log("data =>", val);
|
519
517
|
this.setJSON(val);
|
520
518
|
// this.widgetFormData = val;
|
521
519
|
}
|