Skip to content

Commit 080759d

Browse files
committed
fix typo in interpolation within attributes in migration guide
1 parent 0991bfa commit 080759d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ When used together with `<transition>`, make sure to nest it inside:
11271127
Interpolation within attributes is no longer valid. For example:
11281128

11291129
``` html
1130-
<button v-bind:class="btn btn-{{ size }}"></button>
1130+
<button class="btn btn-{{ size }}"></button>
11311131
```
11321132

11331133
Should either be updated to use an inline expression:

0 commit comments

Comments
 (0)