UNPKG

vuepress-plugin-md-enhance

Version:
16 lines (15 loc) 461 B
//#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