Skip to content

Commit

Permalink
feature 新增登录、示例页面、账号、角色功能
Browse files Browse the repository at this point in the history
  • Loading branch information
yingquanh committed Mar 10, 2023
1 parent 2b142ba commit f6ff893
Show file tree
Hide file tree
Showing 39 changed files with 2,916 additions and 487 deletions.
6 changes: 6 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AAvatar: typeof import('ant-design-vue/es')['Avatar']
ABadge: typeof import('ant-design-vue/es')['Badge']
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
AButton: typeof import('ant-design-vue/es')['Button']
Expand All @@ -33,12 +34,17 @@ declare module '@vue/runtime-core' {
APagination: typeof import('ant-design-vue/es')['Pagination']
APopover: typeof import('ant-design-vue/es')['Popover']
ARow: typeof import('ant-design-vue/es')['Row']
ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
ASwitch: typeof import('ant-design-vue/es')['Switch']
ATable: typeof import('ant-design-vue/es')['Table']
ATextarea: typeof import('ant-design-vue/es')['Textarea']
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
Breadcrumb: typeof import('./src/components/Breadcrumb/index.vue')['default']
CustomButton: typeof import('./src/components/CustomButton/index.vue')['default']
CustomFilter: typeof import('./src/components/CustomFilter/index.vue')['default']
CustomSeniorFilter: typeof import('./src/components/CustomSeniorFilter/index.vue')['default']
CustomTable: typeof import('./src/components/CustomTable/index.vue')['default']
HeaderDropdown: typeof import('./src/components/HeaderDropdown/index.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
Expand Down
Loading

0 comments on commit f6ff893

Please sign in to comment.