components.d.ts 658 B

1234567891011121314151617
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  9. ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
  10. ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
  11. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. }
  15. }