mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
fix(module): use relative imports to components / composables
This commit is contained in:
@@ -42,7 +42,7 @@ export interface ChipSlots {
|
||||
<script setup lang="ts">
|
||||
import { computed } from 'vue'
|
||||
import { Primitive } from 'radix-vue'
|
||||
import { useAvatarGroup } from '#imports'
|
||||
import { useAvatarGroup } from '../composables/useAvatarGroup'
|
||||
|
||||
const props = defineProps<ChipProps>()
|
||||
defineSlots<ChipSlots>()
|
||||
|
||||
Reference in New Issue
Block a user