Skip to content

Commit

Permalink
ctoi
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Oct 22, 2023
1 parent 6bfaaef commit 16a1495
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 279 deletions.
3 changes: 3 additions & 0 deletions src/components/units/AppGames.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const getLogoSource = (game: Game) => {
}
}
const logo = import.meta.globEager("../../models/images/logo-gamescrafters.png");
const appLogoFilePath = "../../models/images/logo-gamescrafters.png";
return logo[appLogoFilePath].default;
}
const gameType = computed(() => route.params.type as string);
const gameTypeTitle = computed(() => gameType.value[0].toUpperCase() + gameType.value.slice(1));
Expand Down
9 changes: 1 addition & 8 deletions src/models/images/svg/beeline/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 4 additions & 16 deletions src/models/images/svg/chungtoi/R.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 4 additions & 14 deletions src/models/images/svg/chungtoi/T.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions src/models/images/svg/chungtoi/W.svg

This file was deleted.

18 changes: 4 additions & 14 deletions src/models/images/svg/chungtoi/X.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 3 additions & 17 deletions src/models/images/svg/chungtoi/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/models/images/svg/chungtoi/p.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/models/images/svg/chungtoi/q.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 4 additions & 14 deletions src/models/images/svg/chungtoi/tt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 4 additions & 14 deletions src/models/images/svg/chungtoi/xx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 16a1495

Please sign in to comment.