We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fbc2c commit d676f31Copy full SHA for d676f31
client/src/shim-compat.d.ts
@@ -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