Profil änderungen
This commit is contained in:
parent
c3073101b1
commit
d71c50ef22
@ -3,7 +3,9 @@ Vue.component('ProfilCard', {
|
||||
<div class="profil-card card">
|
||||
<br/>
|
||||
<img class="prof-image" src="img/profil_icon.png" alt="Card image cap">
|
||||
|
||||
<div class="logout-item"><i class="material-icons" @click="$router.push('/login')">exit_to_app</i></div>
|
||||
|
||||
<div class="profil-text">
|
||||
<h6><b>Benutzername:</b><br><br>
|
||||
<b>{{ profil.user }}</b><br><br>
|
||||
@ -12,14 +14,15 @@ Vue.component('ProfilCard', {
|
||||
<b>Semester:</b><br><br>
|
||||
{{ profil.semester }}<br></h6>
|
||||
</div>
|
||||
|
||||
<hr class="first">
|
||||
|
||||
<div class="btnprofil">
|
||||
<button @click="isCardModalActive = true"><b>Abonniert: <br/>{{ profil.abos }}</b> <br/></button>
|
||||
<button @click="$router.push('/bookmark')">
|
||||
<b>Gespeichert:<br/> {{ profil.saved }}</b><br/></button>
|
||||
<button @click="$router.push('/bookmark')"><b>Gespeichert:<br/> {{ profil.saved }}</b><br/></button>
|
||||
</div>
|
||||
<section>
|
||||
|
||||
<section>
|
||||
<b-modal :active.sync="isCardModalActive" :width="600" scroll="keep">
|
||||
<div class="card">
|
||||
<header class="modal-card-head">
|
||||
@ -50,9 +53,7 @@ Vue.component('ProfilCard', {
|
||||
</footer>
|
||||
</div>
|
||||
</b-modal>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>`,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user