From 3f21f24a8a44dce8ed9a170a6f1817c0c39179fd Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 17 Sep 2023 17:49:37 -0400 Subject: [PATCH] Resize fielding table --- components.d.ts | 2 +- src/components/PlayerCareerFieldingTable.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index 092b832..1766ef5 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 { diff --git a/src/components/PlayerCareerFieldingTable.vue b/src/components/PlayerCareerFieldingTable.vue index ea27dd1..c369ba5 100644 --- a/src/components/PlayerCareerFieldingTable.vue +++ b/src/components/PlayerCareerFieldingTable.vue @@ -1,6 +1,6 @@