Skip to content

Commit 9318649

Browse files
ZhangZhang
Zhang
authored and
Zhang
committed
change translate
1 parent 7af8174 commit 9318649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ new Vue({
267267

268268
### camelCase vs. kebab-case
269269

270-
HTML 特性不区分大小写。当使用非字符串模版时,名字形式为 camelCase 的 prop 用作特性时,需要转为 kebab-case(短横线隔开):
270+
HTML 特性不区分大小写。当使用非字符串模版时,prop的名字形式会从 camelCase 转为 kebab-case(短横线隔开):
271271

272272
``` js
273273
Vue.component('child', {

0 commit comments

Comments
 (0)