Skip to content

Commit d676f31

Browse files
committed
Add type shim
1 parent 45fbc2c commit d676f31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/src/shim-compat.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module '@vue/compat' {
2+
import { Component, App, Plugin } from 'vue'
3+
export function configureCompat(options: Record<string, any>): void
4+
export * from 'vue'
5+
}

0 commit comments

Comments
 (0)