Commit 5176da9f authored by nature's avatar nature

range组件修改

parent 70307428
......@@ -70,6 +70,11 @@ export default {
currentValue: 0,
}
},
watch: {
value () {
this.currentValue = this.value
},
},
created () {
this.currentValue = this.value
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment