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:
@@ -45,7 +45,8 @@ export interface SeparatorSlots {
|
||||
import { computed } from 'vue'
|
||||
import { Separator, useForwardProps } from 'radix-vue'
|
||||
import { reactivePick } from '@vueuse/core'
|
||||
import { UAvatar, UIcon } from '#components'
|
||||
import UIcon from './Icon.vue'
|
||||
import UAvatar from './Avatar.vue'
|
||||
|
||||
const props = withDefaults(defineProps<SeparatorProps>(), {
|
||||
orientation: 'horizontal'
|
||||
|
||||
Reference in New Issue
Block a user