新增:操作栏右侧新增工具条(显示或隐藏搜索栏按钮、刷新按钮)

This commit is contained in:
2023-02-07 20:53:36 +08:00
parent ceba8e9e53
commit 908af28235
6 changed files with 67 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
ABreadcrumb: typeof import('@arco-design/web-vue')['Breadcrumb']
ABreadcrumbItem: typeof import('@arco-design/web-vue')['BreadcrumbItem']
AButton: typeof import('@arco-design/web-vue')['Button']
AButtonGroup: typeof import('@arco-design/web-vue')['ButtonGroup']
ACard: typeof import('@arco-design/web-vue')['Card']
ACardMeta: typeof import('@arco-design/web-vue')['CardMeta']
ACarousel: typeof import('@arco-design/web-vue')['Carousel']