零售收银终端CheckoutPad_ox_as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
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. }