ソースを参照

fix nut-range绑定的值无法更新到组件 #227

songqibin 5 年 前
コミット
92a0c94466
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/packages/range/range.vue

+ 3 - 0
src/packages/range/range.vue

@@ -107,6 +107,9 @@ export default {
   watch: {
   watch: {
     range() {
     range() {
       this.init();
       this.init();
+    },
+    rangeValues() {
+      this.init();
     }
     }
   },
   },
   computed: {
   computed: {