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