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) 291 B
const getSlot = ({ instance, ctx, props = {} }, name = "default") => { const targetSlot = (instance == null ? void 0 : instance.$slots[name]) || (ctx == null ? void 0 : ctx.slots[name]); return (targetSlot ? targetSlot(instance) : "") || props[name]; }; export { getSlot as g };