generated from VLADIMIR/template_frontend
update scenarios
This commit is contained in:
+16
-14
@@ -14,20 +14,22 @@ const keyColorClass = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<HeaderMenu :add-login="true" :is-found-key="isFoundKey"/>
|
||||
<div class="center-block-custom content-block">
|
||||
<h1 class="font-text">
|
||||
Вечерний детектив
|
||||
</h1>
|
||||
<h3 class="font-text">
|
||||
Дело №0
|
||||
</h3>
|
||||
<p class="content-text">
|
||||
Поиграем?
|
||||
<Icon class="key-icon" :class="keyColorClass" @click="isFoundKey = !isFoundKey">
|
||||
<Key24Regular />
|
||||
</Icon>
|
||||
</p>
|
||||
<HeaderMenu :add-login="true" :is-found-key="isFoundKey" />
|
||||
<div class="center-block-custom content-block center-middle-block-custom height80">
|
||||
<div>
|
||||
<h1 class="font-text">
|
||||
Вечерний детектив
|
||||
</h1>
|
||||
<h3 class="font-text">
|
||||
Дело №0
|
||||
</h3>
|
||||
<p class="content-text">
|
||||
Поиграем?
|
||||
<Icon class="key-icon" :class="keyColorClass" @click="isFoundKey = !isFoundKey">
|
||||
<Key24Regular />
|
||||
</Icon>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user