diff --git a/src/components.d.ts b/src/components.d.ts index ac8996e..103d9be 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -52,7 +52,6 @@ NodeWrap: typeof import('./components/workFlow/nodeWrap.vue')['default'] NodeWrapBan: typeof import('./components/workFlow/nodeWrapBan.vue')['default'] NormalTable: typeof import('./components/NormalTable/index.vue')['default'] - offline: typeof import('./components/map/index offline.vue')['default'] PageHeader: typeof import('./components/PageHeader/index.vue')['default'] PageMain: typeof import('./components/PageMain/index.vue')['default'] PcasCascader: typeof import('./components/PcasCascader/index.vue')['default'] @@ -75,10 +74,9 @@ Trend: typeof import('./components/Trend/index.vue')['default'] VanCell: typeof import('vant/es')['Cell'] VanCellGroup: typeof import('vant/es')['CellGroup'] - VanDialog: typeof import('vant/es')['Dialog'] VanField: typeof import('vant/es')['Field'] VanForm: typeof import('vant/es')['Form'] - VanPicker: typeof import('vant/es')['Picker'] VanPopup: typeof import('vant/es')['Popup'] + VanTextEllipsis: typeof import('vant/es')['TextEllipsis'] } }