vuewrite 0.0.16 → 0.0.17

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 -1
  2. package/package.json +1 -1
package/dist/vuewrite.js CHANGED
@@ -667,7 +667,7 @@ const _sfc_main$2 = defineComponent({
667
667
  };
668
668
  return () => {
669
669
  if (slot.value)
670
- return h(slot.value, { content, props: blockProps, block: props.block });
670
+ return slot.value({ content, props: blockProps, block: props.block });
671
671
  return h("div", blockProps, content());
672
672
  };
673
673
  }
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.16",
5
+ "version": "0.0.17",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "author": "den59k",