Vue.js Dynamically Compile <router-link />: 2. dynamic component
<template> <component v-bind:is="currentView"></component> </template>