generated from VLADIMIR/template_frontend
add HeaderText
This commit is contained in:
@@ -8,6 +8,7 @@ import type { Action, Door, Team } from './models';
|
||||
import { apiGetGame, apiGetTeam, apiLetsgo } from './client';
|
||||
import { UnauthorizedError } from './UnauthorizedError';
|
||||
import WelcomeGameBlock from './WelcomeGameBlock.vue';
|
||||
import HeaderText from './HeaderText.vue';
|
||||
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
@@ -152,8 +153,8 @@ onMounted(() => {
|
||||
:disabled="gameState !== 'RUN'">
|
||||
</div>
|
||||
<div class="game-button-run-shadow"></div>
|
||||
<button class="game-button-run text-with-font" type="submit"
|
||||
:disabled="gameState !== 'RUN'">Поехали</button>
|
||||
<button class="game-button-run" type="submit"
|
||||
:disabled="gameState !== 'RUN'"><HeaderText>Поехали</HeaderText></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user