Skip to content

Instantly share code, notes, and snippets.

@movii
Last active June 27, 2017 16:07
Show Gist options
  • Save movii/9fb75c112ea08f19469ba09106ccd440 to your computer and use it in GitHub Desktop.
Save movii/9fb75c112ea08f19469ba09106ccd440 to your computer and use it in GitHub Desktop.
Vue.js Dynamically Compile <router-link />: 4. another demo - 3 html structure
<div id="app">
<router-link to="/bar">Go to Bar</router-link>
<dynamic-link :text="text"></dynamic-link>
<router-view></router-view>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment