Skip to content

Commit 8718c25

Browse files
Ninechrisvfritz
Nine
authored andcommitted
修改一处单词错误:hasEror=>hasError (#380)
1 parent a71a279 commit 8718c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/class-and-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We can pass an object to `v-bind:class` to dynamically toggle classes:
1818
``` js
1919
data: {
2020
isActive: true,
21-
hasEror: false
21+
hasError: false
2222
}
2323
```
2424

0 commit comments

Comments
 (0)