mirror of
https://github.com/grey-cat-1908/formaptix-web.git
synced 2024-11-11 18:47:27 +03:00
Update Header.vue
This commit is contained in:
parent
d92b81d5a1
commit
96e23c4b8c
1 changed files with 13 additions and 13 deletions
|
@ -9,11 +9,6 @@ const authStore = useAuthStore()
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header-container">
|
<div class="header-container">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="">{{ getTitle() }}</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<h1>{{ getTitle() }}</h1>
|
<h1>{{ getTitle() }}</h1>
|
||||||
<div v-if="authStore.isAuthorized">
|
<div v-if="authStore.isAuthorized">
|
||||||
<button type="button">
|
<button type="button">
|
||||||
|
@ -26,6 +21,11 @@ const authStore = useAuthStore()
|
||||||
Войти
|
Войти
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped></style>
|
||||||
|
|
Loading…
Reference in a new issue