邃芒智像(Uniapp : WX、TT、H5)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

6 行
140 B

  1. export {};
  2. declare module "vue" {
  3. type Hooks = App.AppInstance & Page.PageInstance;
  4. interface ComponentCustomOptions extends Hooks {}
  5. }