const card = new Vue({ el: '#card', data: { title: 'default title', content: '

default content with markup

', } });