Skip to content

Commit

Permalink
add toggle group
Browse files Browse the repository at this point in the history
  • Loading branch information
k11q committed Jul 14, 2023
1 parent a129dca commit 86e08c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/vue3/src/components/Demo/ToggleGroupDemo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ToggleGroupItem, ToggleGroupRoot } from 'radix-vue'
import { ToggleGroupItem, ToggleGroupRoot } from '../../../../../packages/radix-vue/src'
import { Icon } from '@iconify/vue'
import { ref } from 'vue'
Expand Down

0 comments on commit 86e08c4

Please sign in to comment.