Skip to content

Commit

Permalink
fix: Declare Module 'vue' instead of '@vue/runtime-core' (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarmco authored Sep 17, 2024
1 parent d73ce27 commit fcfc4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/toast.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface ToastPluginApi {
clear(): void
}

declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
readonly $toast: ToastPluginApi;
}
Expand Down

0 comments on commit fcfc4cf

Please sign in to comment.