Skip to content

Commit 6b3b8a5

Browse files
committed
small correction in binding class example
1 parent a1266ff commit 6b3b8a5

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
@@ -30,7 +30,7 @@ Which will render:
3030
<div class="static class-a"></div>
3131
```
3232

33-
When `isA` and `isB` changes, the class list will be updated accordingly. For example, if `isB` becomes `true`, the class list will become `"class-a class-b"`.
33+
When `isA` and `isB` changes, the class list will be updated accordingly. For example, if `isB` becomes `true`, the class list will become `"static class-a class-b"`.
3434

3535
And you can directly bind to an object in data as well:
3636

0 commit comments

Comments
 (0)