diff --git a/components.d.ts b/components.d.ts index e0e8aa2..bc9113c 100644 --- a/components.d.ts +++ b/components.d.ts @@ -25,8 +25,12 @@ declare module 'vue' { ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] ElPopover: typeof import('element-plus/es')['ElPopover'] ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] + ElTable: typeof import('element-plus/es')['ElTable'] + ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabs: typeof import('element-plus/es')['ElTabs'] + GobangListPage: typeof import('./src/views/GobangListPage.vue')['default'] + GobangPlayPage: typeof import('./src/views/GobangPlayPage.vue')['default'] IconCsClub: typeof import('~icons/cs/club')['default'] IconCsGobang: typeof import('~icons/cs/gobang')['default'] IconCsLock: typeof import('~icons/cs/lock')['default'] diff --git a/index.html b/index.html index dcd6967..d025e57 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Vite App diff --git a/src/App.vue b/src/App.vue index 0a3c56f..324d747 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,15 @@