diff --git a/components.d.ts b/components.d.ts index a415978..91401c0 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,11 +7,14 @@ export {} declare module 'vue' { export interface GlobalComponents { + ElButton: typeof import('element-plus/es')['ElButton'] + ElPagination: typeof import('element-plus/es')['ElPagination'] + ElTable: typeof import('element-plus/es')['ElTable'] + ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] VanButton: typeof import('vant/es')['Button'] VanCellGroup: typeof import('vant/es')['CellGroup'] - VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] VanImage: typeof import('vant/es')['Image'] VanPopup: typeof import('vant/es')['Popup']