Skip to content

Commit aa528fb

Browse files
committed
chore: add shims-uni.d.ts
1 parent b57f6b3 commit aa528fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shims-uni.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)