mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-30 00:40:13 +08:00
chore: add shims-uni.d.ts
This commit is contained in:
parent
9e377cfee2
commit
9b0ca62a73
8
shims-uni.d.ts
vendored
Normal file
8
shims-uni.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import 'vue'
|
||||||
|
|
||||||
|
declare module "@vue/runtime-core" {
|
||||||
|
type Hooks = App.AppInstance & Page.PageInstance;
|
||||||
|
interface ComponentCustomOptions extends Hooks {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user