Vue.js Dynamically Compile <router-link />: 4. another demo - 1 app.vue
new Vue({ data () { return { text: '<router-link to="/foo">Go to Foo</router-link>' } } });