Skip to content

Commit 776a0ee

Browse files
xerrorsulivz
authored andcommitted
docs: update inheritance.md (#1774)
1 parent 76eb9d9 commit 776a0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/docs/zh/theme/inheritance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
假设你想创建一个继承自 VuePress 默认主题的派生主题,你只需要在你的主题配置中配置 [extend](./option-api.md#extend) 选项:
2828

2929
```js
30+
// themePath/index.js
3031
module.exports = {
3132
extend: '@vuepress/theme-default'
3233
}

0 commit comments

Comments
 (0)