Parcourir la source

fix: block note

Ahmad Kholid il y a 2 ans
Parent
commit
033e941e3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/block/BlockNote.vue

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

@@ -50,7 +50,7 @@
       />
     </div>
     <textarea
-      :model-value="data.note"
+      :value="data.note"
       :style="initialSize"
       :class="[fontSize[data.fontSize || 'regular'].class]"
       placeholder="Write a note here..."