版博士V2.0程序
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.

пре 1 година
1234567891011121314
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-auto-import
  5. export {}
  6. declare global {
  7. const $$: typeof import('vue/macros')['$$']
  8. const $: typeof import('vue/macros')['$']
  9. const $computed: typeof import('vue/macros')['$computed']
  10. const $customRef: typeof import('vue/macros')['$customRef']
  11. const $ref: typeof import('vue/macros')['$ref']
  12. const $shallowRef: typeof import('vue/macros')['$shallowRef']
  13. const $toRef: typeof import('vue/macros')['$toRef']
  14. }