Skip to content

Commit 27c911b

Browse files
committed
docs: modify case
1 parent 12518df commit 27c911b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ WePY (发音: /'wepi/)是一款让小程序支持组件化开发的框架,通
4343
<div class="num" @tap="num++">
4444
{{num}}
4545
</div>
46-
<custom-Component></custom-Component>
47-
<vendor-Component></vendor-Component>
46+
<custom-component></custom-component>
47+
<vendor-component></vendor-component>
4848
<div>{{text}}</div>
4949
<input v-model="text"/>
5050
</div>

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ At the same time, WePY is also a growing framework, drawing heavily on the desig
4343
<div class="num" @tap="num++">
4444
{{num}}
4545
</div>
46-
<custom-Component></custom-Component>
47-
<vendor-Component></vendor-Component>
46+
<custom-component></custom-component>
47+
<vendor-component></vendor-component>
4848
<div>{{text}}</div>
4949
<input v-model="text"/>
5050
</div>

0 commit comments

Comments
 (0)