songshankun
2023-10-27 a334208af82b102e1d1bbc91b44753b04c0ed0de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
 
declare module 'vue' {
  export interface GlobalComponents {
    DashboardLayout: (typeof import('./components/DashboardLayout.vue'))['default']
    ElButton: (typeof import('element-plus/es'))['ElButton']
    ElIcon: (typeof import('element-plus/es'))['ElIcon']
    ElScrollbar: (typeof import('element-plus/es'))['ElScrollbar']
    RouterLink: (typeof import('vue-router'))['RouterLink']
    RouterView: (typeof import('vue-router'))['RouterView']
  }
}