vuewrite 0.0.22-a → 0.0.22-b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/vuewrite.js +1 -0
  2. package/package.json +1 -1
package/dist/vuewrite.js CHANGED
@@ -923,6 +923,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
923
923
  emit("update:styles", styles);
924
924
  emit("update:modelValue", modelValue);
925
925
  } else {
926
+ modelValue = store.blocks;
926
927
  emit("update:modelValue", store.blocks);
927
928
  }
928
929
  }, { deep: true });
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "vuewrite",
3
3
  "description": "Rich Text Editor based on Vue3 reactivity",
4
4
  "private": false,
5
- "version": "0.0.22-a",
5
+ "version": "0.0.22-b",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "author": "den59k",