邃芒智像大屏项目
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shims-uni.d.ts 204 B

12345678910
  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. }