Skip to content

Commit

Permalink
chore: set interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 30, 2023
1 parent 697f0b9 commit e8613a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ export * from "./use";
declare module "@vue/runtime-core" {
interface ComponentCustomProperties {
$pubsub: Pubsub;
pubsub: Pubsub;
}
}

0 comments on commit e8613a2

Please sign in to comment.