diff --git a/components.d.ts b/components.d.ts index fd705e1..fa26c59 100644 --- a/components.d.ts +++ b/components.d.ts @@ -5,7 +5,7 @@ // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' -export {} +export { } declare module '@vue/runtime-core' { export interface GlobalComponents { @@ -15,10 +15,13 @@ declare module '@vue/runtime-core' { IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default'] IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default'] LastFourGamesBattingTable: typeof import('./src/components/LastFourGamesBattingTable.vue')['default'] + LastFourGamesPitchingTable: typeof import('./src/components/LastFourGamesPitchingTable.vue')['default'] NavBar: typeof import('./src/components/NavBar.vue')['default'] NewsPreview: typeof import('./src/components/NewsPreview.vue')['default'] PlayerBattingSummaryTable: typeof import('./src/components/PlayerBattingSummaryTable.vue')['default'] PlayerCareerBattingTable: typeof import('./src/components/PlayerCareerBattingTable.vue')['default'] + PlayerCareerPitchingTable: typeof import('./src/components/PlayerCareerPitchingTable.vue')['default'] + PlayerPitchingSummaryTable: typeof import('./src/components/PlayerPitchingSummaryTable.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] StandingsTable: typeof import('./src/components/StandingsTable.vue')['default'] diff --git a/src/components/LastFourGamesPitchingTable.vue b/src/components/LastFourGamesPitchingTable.vue new file mode 100644 index 0000000..e558279 --- /dev/null +++ b/src/components/LastFourGamesPitchingTable.vue @@ -0,0 +1,73 @@ + + + diff --git a/src/components/PlayerCareerBattingTable.vue b/src/components/PlayerCareerBattingTable.vue index bda7475..32437ab 100644 --- a/src/components/PlayerCareerBattingTable.vue +++ b/src/components/PlayerCareerBattingTable.vue @@ -1,5 +1,5 @@