Skip to content

Commit 98d8bcf

Browse files
committed
Switch html to vue-html
1 parent 175b8bf commit 98d8bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/vnode-manipulation-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We can see a similar approach being taken with the `<basic-accordion>` component
6363

6464
For an accordion it makes sense for the panels to all be laid out as a vertical stack, but for a radio group we may want to use different layouts for the radio buttons. While this could potentially be handled by the `radio-group` itself, we might prefer to leave that to the consuming code. Perhaps we have a `row-layout` component we could use to group the buttons horizontally:
6565

66-
```html
66+
```vue-html
6767
<radio-group>
6868
<row-layout>
6969
<radio-button ... />

0 commit comments

Comments
 (0)