Skip to content

Commit 75417f2

Browse files
authored
fix codesandbox examples for Vue (#300)
1 parent 67d09e1 commit 75417f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@headlessui-vue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We'll be continuing to develop new components on an on-going basis, with a goal
5353

5454
## Menu Button (Dropdown)
5555

56-
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuivue-menu-example-70br3?file=/src/App.vue)
56+
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuivue-menu-example-forked-24f9d?file=/src/App.vue)
5757

5858
The `Menu` component and related child components are used to quickly build custom dropdown components that are fully accessible out of the box, including correct ARIA attribute management and robust keyboard navigation support.
5959

@@ -376,7 +376,7 @@ To tell an element to render its children directly with no wrapper element, use
376376

377377
## Listbox (Select)
378378

379-
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuivue-listbox-example-mi67g?file=/src/App.vue)
379+
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuivue-listbox-example-forked-070j0?file=/src/App.vue)
380380

381381
The `Listbox` component and related child components are used to quickly build custom listbox components that are fully accessible out of the box, including correct ARIA attribute management and robust keyboard navigation support.
382382

0 commit comments

Comments
 (0)