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

11 行
204 B

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