diff --git a/components.d.ts b/components.d.ts index 09af641..3bdcdd8 100644 --- a/components.d.ts +++ b/components.d.ts @@ -18,6 +18,9 @@ declare module '@vue/runtime-core' { 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'] + LeaderboardTeamBattingTable: typeof import('./src/components/LeaderboardTeamBattingTable.vue')['default'] + LeaderboardTeamFieldingTable: typeof import('./src/components/LeaderboardTeamFieldingTable.vue')['default'] + LeaderboardTeamPitchingTable: typeof import('./src/components/LeaderboardTeamPitchingTable.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'] diff --git a/src/components/LeaderboardTeamBattingTable.vue b/src/components/LeaderboardTeamBattingTable.vue new file mode 100644 index 0000000..4885dc2 --- /dev/null +++ b/src/components/LeaderboardTeamBattingTable.vue @@ -0,0 +1,154 @@ + + + diff --git a/src/components/LeaderboardTeamFieldingTable.vue b/src/components/LeaderboardTeamFieldingTable.vue new file mode 100644 index 0000000..c16313c --- /dev/null +++ b/src/components/LeaderboardTeamFieldingTable.vue @@ -0,0 +1,103 @@ + + diff --git a/src/components/LeaderboardTeamPitchingTable.vue b/src/components/LeaderboardTeamPitchingTable.vue new file mode 100644 index 0000000..64ac54d --- /dev/null +++ b/src/components/LeaderboardTeamPitchingTable.vue @@ -0,0 +1,168 @@ + + + diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 1946c22..bb21dfd 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -18,7 +18,10 @@ Standings +