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 5f8e6fe commit 5b3da7cCopy full SHA for 5b3da7c
src/guide/transitions-enterleave.md
@@ -510,7 +510,7 @@ computed: {
510
511
```html
512
<div id="demo">
513
- <input v-model="view" type="radio" value="v-a" id="a"><label for="a">A</label> TODO: update to Vue 3
+ <input v-model="view" type="radio" value="v-a" id="a"><label for="a">A</label>
514
<input v-model="view" type="radio" value="v-b" id="b"><label for="b">B</label>
515
<transition name="component-fade" mode="out-in">
516
<component :is="view"></component>
0 commit comments