UNPKG

vuexcel-utils

Version:
17 lines 499 B
module.exports = { title: 'Hello VuePress', description: 'Just playing around', dest: 'docs', base: '/utils/', themeConfig: { sidebar: 'auto', // 假定 GitHub。也可以是一个完整的 GitLab 网址 repo: 'Vuexcel/utils', // 如果你的文档不在仓库的根部 docsDir: 'docs', // 可选,默认为 master docsBranch: 'master', // 默认为 true,设置为 false 来禁用 editLinks: true } }