mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
fix(module): use relative imports to components / composables
This commit is contained in:
@@ -31,8 +31,8 @@ export interface ToasterSlots {
|
||||
import { ref, computed } from 'vue'
|
||||
import { ToastProvider, ToastViewport, useForwardProps } from 'radix-vue'
|
||||
import { reactivePick } from '@vueuse/core'
|
||||
import { useToast } from '#imports'
|
||||
import { UToast } from '#components'
|
||||
import { useToast } from '../composables/useToast'
|
||||
import UToast from './Toast.vue'
|
||||
import { omit } from '../utils'
|
||||
|
||||
const props = withDefaults(defineProps<ToasterProps>(), {
|
||||
|
||||
Reference in New Issue
Block a user