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 b57f6b3 commit aa528fbCopy full SHA for aa528fb
shims-uni.d.ts
@@ -0,0 +1,8 @@
1
+import 'vue'
2
+
3
+declare module "@vue/runtime-core" {
4
+ type Hooks = App.AppInstance & Page.PageInstance;
5
+ interface ComponentCustomOptions extends Hooks {
6
7
+ }
8
+}
0 commit comments