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...

11 lines (10 loc) 305 B
"use strict"; 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]; }; exports.getSlot = getSlot;