邃芒智像(Uniapp : WX、TT、H5)
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.
 
 
 
 

6 satır
140 B

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