Skip to content

Commit 8cf432a

Browse files
committed
fix docs
1 parent 7cdb0ed commit 8cf432a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/class-component/component/component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you use vue Single-File component. The render will be applied to the `export
5656

5757
> This will overwrite the render in class body.
5858
59-
[](./code-option-template.ts ':include :type=code typescript')
59+
[](./code-option-render.ts ':include :type=code typescript')
6060

6161
### template
6262

docs/zh-cn/class-component/component/component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
> 这个选项会覆盖类中的render方法。
5858
59-
[](./code-option-template.ts ':include :type=code typescript')
59+
[](./code-option-render.ts ':include :type=code typescript')
6060

6161
### template
6262

0 commit comments

Comments
 (0)