UNPKG

md-editor-v3

Version:

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...

12 lines (11 loc) 171 B
const g = ({ instance: o, ctx: l, props: r = {} }, t = "default") => { const s = o?.$slots[t] || l?.slots[t]; return (s ? s(o) : "") || r[t]; }; export { g };