vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
I have an existing nuxt project but I want to create my docs using vuepress. So I yarn add -D vuepress@next created docs/README.md then vuepress dev docs Doing the exact...
- [x] I confirm that this is an issue rather than a question. ## Bug report - config.ts ``` ts sidebar: { '': [ '/install', { text: '通用', children: [...
请问怎么解决呀 D:\codeDemo\blog-demo\vuepress-starter\node_modules\@vuepress\shared-utils\lib\env.js:3 isDebug; SyntaxError: Unexpected token ; at new Script (vm.js:80:7) at createScript (vm.js:274:10) at Object.runInThisContext (vm.js:326:10) at Module._compile (internal/modules/cjs/loader.js:664:28) at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12) at...
const render = md.render md.$data = { __VERSION__:'231', __VERSIONS__: vars[BUILD_TYPE].orgName, __NAME__: vars[BUILD_TYPE].name } md.render = (src,...args) => { const html = render.call(md, ...args) return { result, data:md.$data, }; } 变量在代码块中应该如何使用,急用
"devDependencies": { "vuepress": "^2.0.0-beta.49", "vuepress-plugin-copy-code2": "^2.0.0-beta.24" } > vuepress build docs Debugger attached. warning an anonymous plugin or theme was detected and ignored warning an anonymous plugin or theme was...
@vuepress/plugin-search: Uncaught (in promise) Error: useRouteLocale() is called without provider.
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce ```ts module.exports = { ... plugins: [ backToTopPlugin(), mediumZoomPlugin({}),...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
我参考了一些issue,[#1328](https://github.com/vuejs/vuepress/issues/1328),用上面的方式无法解决该问题,希望大神指点一下 我自己编写了一个组件包sf-view-vue,该组件包内置了接口方法,如下面代码所示: ``` // 获得小区 楼栋详情 export function getAoipoiDetailInfo(query) { if (window) { return globalApi.axios({ url: `${globalApi.oldBaseUrl}/standardAddress/getAddrDetail`, method: 'get', params: query, }) } } ``` 在调用该组件包时,需将上面对应的全局参数传入 ``` import { axios...
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce - Clone [open-election-compass/website](https://github.com/open-election-compass/website) - Set your HEAD to commit: "feat:...
- [ x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce #### What is expected? The development environment can run...