|
@@ -32,7 +32,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- nodeConfig: {}
|
|
|
+ nodeConfig: this.modelValue
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -43,9 +43,6 @@ export default {
|
|
|
this.$emit('update:modelValue', val)
|
|
|
}
|
|
|
},
|
|
|
- mounted() {
|
|
|
- this.nodeConfig = this.modelValue
|
|
|
- },
|
|
|
methods: {}
|
|
|
}
|
|
|
</script>
|