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.

8 lines
193 B

7 months ago
  1. declare module 'vue' {
  2. export interface GlobalComponents {
  3. Icon: typeof import('@/components/Icon')['Icon']
  4. DictTag: typeof import('@/components/DictTag')['DictTag']
  5. }
  6. }
  7. export {}