代码调整优化

This commit is contained in:
2022-11-06 13:07:36 +08:00
parent 8e556c3ba7
commit b6207089ae
9 changed files with 2334 additions and 209 deletions

9
components.d.ts vendored
View File

@@ -12,14 +12,17 @@ declare module '@vue/runtime-core' {
AButton: typeof import('@arco-design/web-vue')['Button']
ACard: typeof import('@arco-design/web-vue')['Card']
ACol: typeof import('@arco-design/web-vue')['Col']
AComment: typeof import('@arco-design/web-vue')['Comment']
ADivider: typeof import('@arco-design/web-vue')['Divider']
AForm: typeof import('@arco-design/web-vue')['Form']
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
AInput: typeof import('@arco-design/web-vue')['Input']
AInputNumber: typeof import('@arco-design/web-vue')['InputNumber']
ALayout: typeof import('@arco-design/web-vue')['Layout']
ALayoutContent: typeof import('@arco-design/web-vue')['LayoutContent']
ALayoutFooter: typeof import('@arco-design/web-vue')['LayoutFooter']
ALayoutHeader: typeof import('@arco-design/web-vue')['LayoutHeader']
ALink: typeof import('@arco-design/web-vue')['Link']
AList: typeof import('@arco-design/web-vue')['List']
AListItem: typeof import('@arco-design/web-vue')['ListItem']
AOption: typeof import('@arco-design/web-vue')['Option']
@@ -28,6 +31,12 @@ declare module '@vue/runtime-core' {
ARow: typeof import('@arco-design/web-vue')['Row']
ASelect: typeof import('@arco-design/web-vue')['Select']
ASlider: typeof import('@arco-design/web-vue')['Slider']
ASpace: typeof import('@arco-design/web-vue')['Space']
ASplit: typeof import('@arco-design/web-vue')['Split']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
ATypography: typeof import('@arco-design/web-vue')['Typography']
ATypographyParagraph: typeof import('@arco-design/web-vue')['TypographyParagraph']
ATypographyText: typeof import('@arco-design/web-vue')['TypographyText']
ATypographyTitle: typeof import('@arco-design/web-vue')['TypographyTitle']
}
}