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

{{ msg.tag }}

`, props: ['msg'] });