Skip to content

Commit 6687d2f

Browse files
yanceyouJustineo
authored andcommitted
fix: missing translation in style-guide (vuejs#626)
1 parent 4f8b414 commit 6687d2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/v2/style-guide/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ new Vue({
180180

181181
**Prop 定义应该尽量详细。**
182182

183-
In committed code, prop definitions should always be as detailed as possible, specifying at least type(s).
184-
183+
在你提交的代码中,prop 的定义应该尽量详细,至少需要指定其类型。
185184

186185
{% raw %}
187186
<details>

0 commit comments

Comments
 (0)