mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added test logic for auth and exit from profile
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
<div v-if="auth" class="header__card--discord">
|
||||
<div class="discord__card--name">
|
||||
<h2>Artemka</h2>
|
||||
<a href="#">Выход<span><img src="@/assets/icons-header/exit-icon.png"></span></a>
|
||||
<a href="#" @click="auth = false">Выход<span><img src="@/assets/icons-header/exit-icon.png"></span></a>
|
||||
</div>
|
||||
<img src="@/assets/icons-test/person-icon.svg" alt="test-ico">
|
||||
</div>
|
||||
<div class="header__card--auth">
|
||||
<div class="auth__card--content">
|
||||
<a href="#"><span><img width="30" height="30" src="@/assets/icons-header/discord-icon.png"></span>Вход</a>
|
||||
<a href="#" @click="auth = true"><span><img width="30" height="30" src="@/assets/icons-header/discord-icon.png"></span>Вход</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
balance: 25000,
|
||||
auth: true
|
||||
auth: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user