Skip to content

Commit

Permalink
Merge pull request #381 from danielroe/vue-augment
Browse files Browse the repository at this point in the history
fix: augment `vue` rather than `@vue/runtime-core`
  • Loading branch information
Hrdtr committed Aug 27, 2024
2 parents be0bb4a + 50ea330 commit 4059dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ declare module '#app' {
$appwrite: Appwrite
}
}
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$appwrite: Appwrite
}
Expand Down

0 comments on commit 4059dc3

Please sign in to comment.