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.
- package/dist/vuewrite.js +1 -1
- 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
|
|
670
|
+
return slot.value({ content, props: blockProps, block: props.block });
|
|
671
671
|
return h("div", blockProps, content());
|
|
672
672
|
};
|
|
673
673
|
}
|