Vue.component('MsgCard', { template: `
{{ msg.subject }}
{{ msg.message }}

{{ msg.tag }}

account_circle Erstellt von {{ msg.user }}
`, props: ['msg'] });