diff --git a/src/components/scEdit/index.vue b/src/components/scEdit/index.vue index 490b5adf..9ea582f2 100644 --- a/src/components/scEdit/index.vue +++ b/src/components/scEdit/index.vue @@ -42,6 +42,11 @@ } } }, + watch:{ + modelValue(){ + this.value = this.modelValue + }, + }, mounted(){ },