Browse Source

fix: stop loop option always got reset

Ahmad Kholid 2 years ago
parent
commit
44ebe0c3fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/block/BlockLoopBreakpoint.vue

+ 1 - 1
src/components/block/BlockLoopBreakpoint.vue

@@ -25,7 +25,7 @@
       @input="handleInput"
     />
     <ui-checkbox
-      :value="data.clearLoop"
+      :model-value="data.clearLoop"
       class="mt-2"
       @change="$emit('update', { clearLoop: $event })"
     >