We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecac428 commit c522e1bCopy full SHA for c522e1b
README.md
@@ -47,9 +47,9 @@ For example string concatenation inside attribute binding does not work currentl
47
But if you move this into a single property like (A) or (B), it will work.
48
49
```vue
50
-<!-- (A) -_>
+<!-- (A) -->
51
<div :style="divStyleProperty"></div>
52
53
-<!-- (B) -_>
+<!-- (B) -->
54
<div :style="{ fontSize: fontSizeVariable }"></div>
55
-```
+```
0 commit comments