YLouie
2025-10-23 8460eac918d8c8e825a0f78ac0af1c03cad8fd49
1
2
3
4
5
6
7
8
/// <reference types='@dcloudio/types' />
import "vue";
 
declare module "@vue/runtime-core" {
  type Hooks = App.AppInstance & Page.PageInstance;
 
  interface ComponentCustomOptions extends Hooks {}
}