Skip to content

Commit 9f6d40e

Browse files
Ninechrisvfritz
Nine
authored andcommitted
修改一处单词错误:hasEror=>hasError (volksbright#380)
1 parent db162b9 commit 9f6d40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/class-and-style.md

+1-1
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)