Skip to content

Commit a2b3904

Browse files
committed
chore: update shims-uni.d.ts
1 parent 63c7df3 commit a2b3904

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shims-uni.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
/// <reference types='@dcloudio/types' />
12
import 'vue'
23

3-
declare module "@vue/runtime-core" {
4+
declare module '@vue/runtime-core' {
45
type Hooks = App.AppInstance & Page.PageInstance;
6+
57
interface ComponentCustomOptions extends Hooks {
68

79
}

0 commit comments

Comments
 (0)