spring
2025-11-20 a94ac3ace0e5e23d5fdf8446598ebda4882c51a7
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 {}
}