邃芒智像大屏项目
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

11 rader
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. }