diff --git a/packages/web/components/game/MapView.vue b/packages/web/components/game/MapView.vue index 32211e67..a569f3ba 100644 --- a/packages/web/components/game/MapView.vue +++ b/packages/web/components/game/MapView.vue @@ -1,217 +1,217 @@ - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/web/pages/play/_id/index.vue b/packages/web/pages/play/_id/index.vue index 7c413e4a..4ffa2f90 100644 --- a/packages/web/pages/play/_id/index.vue +++ b/packages/web/pages/play/_id/index.vue @@ -93,7 +93,7 @@ import MultiplayerScoreBoardDialog from '~/components/dialogs/multiplayer-score- import { states } from '~/constants/states' import GameMap from '~/components/game/GameMap.vue' import {CONTINUE_ROUND_MESSAGE, VOTE_MESSAGE} from "~/constants/messages"; -import MapView from '~/components/game/MapView.vue' +// import MapView from '~/components/game/MapView.vue' @Component({ layout: 'play', @@ -110,7 +110,7 @@ import MapView from '~/components/game/MapView.vue' MultiplayerScoreBoardDialog, Countdown, ScoreBoardOverlay, - MapView, + // MapView, }, }) export default class Index extends Vue {