Skip to content

Commit c522e1b

Browse files
authored
Fix small error in Readme sample blocks
1 parent ecac428 commit c522e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ For example string concatenation inside attribute binding does not work currentl
4747
But if you move this into a single property like (A) or (B), it will work.
4848

4949
```vue
50-
<!-- (A) -_>
50+
<!-- (A) -->
5151
<div :style="divStyleProperty"></div>
5252
53-
<!-- (B) -_>
53+
<!-- (B) -->
5454
<div :style="{ fontSize: fontSizeVariable }"></div>
55-
```
55+
```

0 commit comments

Comments
 (0)