Skip to content

Instantly share code, notes, and snippets.

@movii
Created June 24, 2017 04:04
Show Gist options
  • Save movii/6a2b6931a7379f9509cac86a79757fb0 to your computer and use it in GitHub Desktop.
Save movii/6a2b6931a7379f9509cac86a79757fb0 to your computer and use it in GitHub Desktop.
Vue.js Dynamically Compile <router-link />: 3. demo - 1 html
<div id="app">
<router-link to="/bar">Go to Bar</router-link>
<dynamic-link></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