Last active
June 27, 2017 16:07
-
-
Save movii/9fb75c112ea08f19469ba09106ccd440 to your computer and use it in GitHub Desktop.
Vue.js Dynamically Compile <router-link />: 4. another demo - 3 html structure
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 :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