Skip to content

Instantly share code, notes, and snippets.

@movii
Created June 24, 2017 04:13
Show Gist options
  • Save movii/3a661ba4aa6089afe93ddf2ed7a5d1be to your computer and use it in GitHub Desktop.
Save movii/3a661ba4aa6089afe93ddf2ed7a5d1be to your computer and use it in GitHub Desktop.
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>'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment