mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-12 16:53:06 +08:00
chore: add shims-uni.d.ts
This commit is contained in:
parent
5e256fd2aa
commit
05adea718f
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