diff --git a/components.d.ts b/components.d.ts index 11df941..1391121 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,6 +27,8 @@ declare module 'vue' { ElTabPane: (typeof import('element-plus/es'))['ElTabPane']; ElTabs: (typeof import('element-plus/es'))['ElTabs']; Game2048: (typeof import('./src/components/Game2048.vue'))['default']; + Game2048Button: (typeof import('./src/components/Game2048Button.vue'))['default']; + Game2048Score: (typeof import('./src/components/Game2048Score.vue'))['default']; IconCsLock: (typeof import('~icons/cs/lock'))['default']; IconCsUser: (typeof import('~icons/cs/user'))['default']; IconCsValidate: (typeof import('~icons/cs/validate'))['default']; diff --git a/src/App.vue b/src/App.vue index 8b58bce..646eea5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,8 +29,8 @@ 登录 @@ -42,10 +42,10 @@