瀏覽代碼

fix: block note

Ahmad Kholid 2 年之前
父節點
當前提交
033e941e3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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..."