邃芒智像大屏项目
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

11 satır
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. }