diff --git a/components.d.ts b/components.d.ts index 4555669..e82922f 100644 --- a/components.d.ts +++ b/components.d.ts @@ -18,6 +18,7 @@ declare module 'vue' { AMenu: typeof import('ant-design-vue/es')['Menu'] APageHeader: typeof import('ant-design-vue/es')['PageHeader'] AQrcode: typeof import('ant-design-vue/es')['QRCode'] + ASpace: typeof import('ant-design-vue/es')['Space'] ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph'] ATypographyText: typeof import('ant-design-vue/es')['TypographyText'] BlockAllCube: typeof import('./src/components/BlockAllCube.vue')['default'] diff --git a/src/App.vue b/src/App.vue index cd40edb..a61928b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,24 +1,22 @@ @ -1,68 +1,98 @@