hotgo/uniapp/shims-uni.d.ts
apefuu b82dd60604 初始化uniapp工程化项目
cli+vite+typescript+vue3
2024-09-21 21:51:44 +08:00

11 lines
204 B
TypeScript

/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}