Skip to content

Instantly share code, notes, and snippets.

@movii
Created June 24, 2017 04:01
Show Gist options
  • Save movii/860be9bd018b684c3268d46e6819696a to your computer and use it in GitHub Desktop.
Save movii/860be9bd018b684c3268d46e6819696a to your computer and use it in GitHub Desktop.
Vue.js Dynamically Compile <router-link />: 2. dynamic component
<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