vuepress-plugin-md-enhance
Version:
Markdown enhancement plugin for vuepress
16 lines (15 loc) • 461 B
JavaScript
//#region src/client/helpers/vuePlayground.ts
let vuePlaygroundOptions = {
autoResize: true,
showCompileOutput: false,
clearConsole: false,
layout: "horizontal",
ssr: false
};
const defineVuePlaygroundConfig = (options) => {
vuePlaygroundOptions = options;
};
const useVuePlaygroundConfig = () => vuePlaygroundOptions;
//#endregion
export { useVuePlaygroundConfig as n, defineVuePlaygroundConfig as t };
//# sourceMappingURL=vuePlayground-tgVtutxP.js.map