Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit fcfc4cf

Browse files
authored
fix: Declare Module 'vue' instead of '@vue/runtime-core' (#94)
1 parent d73ce27 commit fcfc4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/toast.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface ToastPluginApi {
4747
clear(): void
4848
}
4949

50-
declare module '@vue/runtime-core' {
50+
declare module 'vue' {
5151
interface ComponentCustomProperties {
5252
readonly $toast: ToastPluginApi;
5353
}

0 commit comments

Comments
 (0)