diff --git a/src/types/components.d.ts b/src/types/components.d.ts index b565da9..5250238 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -41,6 +41,7 @@ declare module 'vue' { AMenu: typeof import('@arco-design/web-vue')['Menu'] AMenuItem: typeof import('@arco-design/web-vue')['MenuItem'] AModal: typeof import('@arco-design/web-vue')['Modal'] + AOverflowList: typeof import('@arco-design/web-vue')['OverflowList'] APagination: typeof import('@arco-design/web-vue')['Pagination'] APopover: typeof import('@arco-design/web-vue')['Popover'] AProgress: typeof import('@arco-design/web-vue')['Progress'] @@ -52,6 +53,7 @@ declare module 'vue' { ASelect: typeof import('@arco-design/web-vue')['Select'] ASpace: typeof import('@arco-design/web-vue')['Space'] ASpin: typeof import('@arco-design/web-vue')['Spin'] + AStatistic: typeof import('@arco-design/web-vue')['Statistic'] ASubMenu: typeof import('@arco-design/web-vue')['SubMenu'] ASwitch: typeof import('@arco-design/web-vue')['Switch'] ATable: typeof import('@arco-design/web-vue')['Table'] @@ -60,6 +62,7 @@ declare module 'vue' { ATag: typeof import('@arco-design/web-vue')['Tag'] ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] ATreeSelect: typeof import('@arco-design/web-vue')['TreeSelect'] + ATypographyParagraph: typeof import('@arco-design/web-vue')['TypographyParagraph'] AUpload: typeof import('@arco-design/web-vue')['Upload'] Avatar: typeof import('./../components/Avatar/index.vue')['default'] AWatermark: typeof import('@arco-design/web-vue')['Watermark'] diff --git a/src/views/weightManage/index.vue b/src/views/weightManage/index.vue index 1d51dae..2c31cc0 100644 --- a/src/views/weightManage/index.vue +++ b/src/views/weightManage/index.vue @@ -103,7 +103,6 @@ LIVE -