We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e507de commit afc0526Copy full SHA for afc0526
src/guide/class-and-style.md
@@ -30,7 +30,7 @@ data: {
30
<div class="static class-a"></div>
31
```
32
33
-`isA` と `isB` が変化するとき、クラスリストはそれに応じて更新されます。例えば、`isB` が `true` になった場合、クラスリストは `"class-a class-b"` になります。
+`isA` と `isB` が変化するとき、クラスリストはそれに応じて更新されます。例えば、`isB` が `true` になった場合、クラスリストは `"static class-a class-b"` になります。
34
35
そして、データと同様に、直接オブジェクトにバインドすることができます:
36
0 commit comments