We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eb9d9 commit 776a0eeCopy full SHA for 776a0ee
packages/docs/docs/zh/theme/inheritance.md
@@ -27,6 +27,7 @@
27
假设你想创建一个继承自 VuePress 默认主题的派生主题,你只需要在你的主题配置中配置 [extend](./option-api.md#extend) 选项:
28
29
```js
30
+// themePath/index.js
31
module.exports = {
32
extend: '@vuepress/theme-default'
33
}
0 commit comments