Created
June 24, 2017 04:01
-
-
Save movii/860be9bd018b684c3268d46e6819696a to your computer and use it in GitHub Desktop.
Vue.js Dynamically Compile <router-link />: 2. dynamic component
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
<template> | |
<component v-bind:is="currentView"></component> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment