mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-06 22:03:07 +08:00
chore: update shims-uni.d.ts
This commit is contained in:
parent
513e5ee8d0
commit
bc48cff888
4
shims-uni.d.ts
vendored
4
shims-uni.d.ts
vendored
@ -1,7 +1,9 @@
|
||||
/// <reference types='@dcloudio/types' />
|
||||
import 'vue'
|
||||
|
||||
declare module "@vue/runtime-core" {
|
||||
declare module '@vue/runtime-core' {
|
||||
type Hooks = App.AppInstance & Page.PageInstance;
|
||||
|
||||
interface ComponentCustomOptions extends Hooks {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user