UNPKG

vuepress-plugin-live

Version:

Make your markdown code examples come alive

11 lines (9 loc) 241 B
import layout from "vuepress-plugin-live/live-layout"; import { VueLive } from "vue-live"; export default { functional: true, render(h, context) { const props = { ...context.props, layout }; return h(VueLive, { props }); } };