微信小程序,访客邀约
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

21 行
850 B

  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. Contact: typeof import('./src/components/contact/index.vue')['default']
  10. Counter: typeof import('./src/components/Counter.vue')['default']
  11. Notification: typeof import('./src/components/notification/index.vue')['default']
  12. NutAvatar: typeof import('@nutui/nutui-taro')['Avatar']
  13. NutCollapse: typeof import('@nutui/nutui-taro')['Collapse']
  14. NutCollapseItem: typeof import('@nutui/nutui-taro')['CollapseItem']
  15. NutDivider: typeof import('@nutui/nutui-taro')['Divider']
  16. NutElevator: typeof import('@nutui/nutui-taro')['Elevator']
  17. NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
  18. }
  19. }