mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-05-11 00:00:01 +08:00
chore: add shims-uni.d.ts
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import 'vue'
|
||||
|
||||
declare module "@vue/runtime-core" {
|
||||
type Hooks = App.AppInstance & Page.PageInstance;
|
||||
interface ComponentCustomOptions extends Hooks {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user