Created
June 24, 2017 04:04
-
-
Save movii/6a2b6931a7379f9509cac86a79757fb0 to your computer and use it in GitHub Desktop.
Vue.js Dynamically Compile <router-link />: 3. demo - 1 html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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