@vue-email/markdown
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -316,3 +316,3 @@ "use strict"; | ||
}, | ||
async setup(props, { slots }) { | ||
setup(props, { slots }) { | ||
const text = (0, import_vue.computed)(() => { | ||
@@ -326,3 +326,3 @@ if (slots.default !== void 0) { | ||
}); | ||
const parsedMarkdown = await parseMarkdownToJSX({ | ||
const parsedMarkdown = parseMarkdownToJSX({ | ||
markdown: props.source || text.value || "", | ||
@@ -329,0 +329,0 @@ customStyles: props.markdownCustomStyles |
{ | ||
"name": "@vue-email/markdown", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Convert Markdown to valid Vue Email template code.", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22952