Skip to content

Commit 50ea330

Browse files
committed
fix: augment vue rather than @vue/runtime-core
1 parent 4585594 commit 50ea330

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)