fix(module): use relative imports to components / composables

This commit is contained in:
Benjamin Canac
2024-07-25 17:00:57 +02:00
parent 8bac288687
commit 42f4f8d337
35 changed files with 116 additions and 44 deletions

View File

@@ -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>(), {