You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/class-and-style.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Which will render:
30
30
<divclass="static class-a"></div>
31
31
```
32
32
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"`.
34
34
35
35
And you can directly bind to an object in data as well:
0 commit comments