UNPKG

vuepress-theme-fuse

Version:

A VuePress theme that supports Bingo Fuse Api document.

12 lines (11 loc) 310 B
// eslint-disable-next-line no-undef module.exports = (themeconfig, ctx) => { // debugger; // ctx.siteConfig.head.push(['script', { src: `${ctx.base}../config.js` }]); return { extend: '@vuepress/theme-default', plugins: [ require('./plugins/vuepress-plugin-fuse-tabs/index'), ], }; };