mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 08:22:42 +08:00
11 lines
204 B
TypeScript
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 {
|
|
|
|
}
|
|
}
|