Skip to content

Commit 4059dc3

Browse files
authored
Merge pull request #381 from danielroe/vue-augment
fix: augment `vue` rather than `@vue/runtime-core`
2 parents be0bb4a + 50ea330 commit 4059dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ declare module '#app' {
8585
$appwrite: Appwrite
8686
}
8787
}
88-
declare module '@vue/runtime-core' {
88+
declare module 'vue' {
8989
interface ComponentCustomProperties {
9090
$appwrite: Appwrite
9191
}

0 commit comments

Comments
 (0)