Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed May 3, 2024
2 parents 2424ed7 + bccbf1f commit ec2165c
Show file tree
Hide file tree
Showing 6 changed files with 1,337 additions and 125 deletions.
3 changes: 3 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare module 'vue' {
AAvatar: typeof import('ant-design-vue/es')['Avatar']
ABadgeRibbon: typeof import('ant-design-vue/es')['BadgeRibbon']
ACard: typeof import('ant-design-vue/es')['Card']
ADivider: typeof import('ant-design-vue/es')['Divider']
AImage: typeof import('ant-design-vue/es')['Image']
ALayout: typeof import('ant-design-vue/es')['Layout']
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
Expand All @@ -18,7 +19,9 @@ declare module 'vue' {
APageHeader: typeof import('ant-design-vue/es')['PageHeader']
AQrcode: typeof import('ant-design-vue/es')['QRCode']
ASlider: typeof import('ant-design-vue/es')['Slider']
ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph']
ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
BlockAllCube: typeof import('./src/components/BlockAllCube.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
Expand Down
Loading

0 comments on commit ec2165c

Please sign in to comment.