Skip to content

Commit

Permalink
fix(types): change augmented module to "vue"
Browse files Browse the repository at this point in the history
  • Loading branch information
leondeklerk authored and ankurk91 committed Aug 28, 2024
1 parent 1435d99 commit 12dfb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface PluginApi {
show(props?: Props, slots?: Slots): ActiveLoader
}

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

0 comments on commit 12dfb59

Please sign in to comment.