generated from VLADIMIR/template_frontend
format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import GamesPage from '@/components/GamesPage.vue';
|
||||
import GamesPage from '@/components/GamesPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { Key24Regular } from '@vicons/fluent'
|
||||
import { Icon } from '@vicons/utils'
|
||||
import { computed, ref } from 'vue';
|
||||
import { computed, ref } from 'vue'
|
||||
|
||||
import HeaderMenu from '@/components/HeaderMenu.vue'
|
||||
|
||||
@@ -9,7 +9,7 @@ const isFoundKey = ref(false)
|
||||
|
||||
const keyColorClass = computed(() => {
|
||||
return {
|
||||
'gold-color': isFoundKey.value
|
||||
'gold-color': isFoundKey.value,
|
||||
}
|
||||
})
|
||||
</script>
|
||||
@@ -18,12 +18,8 @@ const keyColorClass = computed(() => {
|
||||
<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>
|
||||
<h1 class="font-text">Вечерний детектив</h1>
|
||||
<h3 class="font-text">Дело №0</h3>
|
||||
<p class="content-text">
|
||||
Поиграем?
|
||||
<Icon class="key-icon" :class="keyColorClass" @click="isFoundKey = !isFoundKey">
|
||||
@@ -36,7 +32,7 @@ const keyColorClass = computed(() => {
|
||||
|
||||
<style lang="css">
|
||||
.font-text {
|
||||
font-family: "font_old_typer";
|
||||
font-family: 'font_old_typer';
|
||||
}
|
||||
|
||||
.content-text {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import LoginPage from '@/components/LoginPage.vue';
|
||||
import LoginPage from '@/components/LoginPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import OfficePage from '@/components/OfficePage.vue';
|
||||
import OfficePage from '@/components/OfficePage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
Соглашением о персональных данных
|
||||
</template>
|
||||
<template>Соглашением о персональных данных</template>
|
||||
|
||||
<style lang="css"></style>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import ScenariosEditorPage from '@/components/ScenariosEditorPage.vue';
|
||||
import ScenariosEditorPage from '@/components/ScenariosEditorPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import ScenariosPage from '@/components/ScenariosPage.vue';
|
||||
import ScenariosPage from '@/components/ScenariosPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
Пользовательское соглашение
|
||||
</template>
|
||||
<template>Пользовательское соглашение</template>
|
||||
|
||||
<style lang="css"></style>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import UsersPage from '@/components/UsersPage.vue';
|
||||
import UsersPage from '@/components/UsersPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user