Vue.component('ProfilCard', { template: `

Card image cap
exit_to_app
Benutzername:

{{ profil.user }}

Studiengang:

{{ profil.major }}

Semester:

{{ profil.semester }}

`, props: ['profil'], data: function () { return { isCardModalActive: false }; }, methods: { close: function () { } } });