Skip to content

Commit 0c06b40

Browse files
Update src/guide/component-dynamic-async.md
Co-Authored-By: Rahul Kadyan <hi@znck.me>
1 parent 00aa12e commit 0c06b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-dynamic-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Earlier, we used the `is` attribute to switch between components in a tabbed interface:
88

9-
```html
9+
```vue-html
1010
<component v-bind:is="currentTabComponent"></component>
1111
```
1212

0 commit comments

Comments
 (0)