This commit is contained in:
Zyronon
2026-01-08 17:39:31 +08:00
committed by GitHub
parent 49e67ae309
commit 1d5ff05254
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import {createVNode, render} from 'vue'
import ToastComponent from '@/components/base/toast/Toast.vue'
import ToastComponent from '@/components/base/toast/ToastComponent.vue'
import type {ToastOptions, ToastInstance, ToastService} from '@/components/base/toast/type.ts'
interface ToastContainer {