VueJS Routing に何らかのパラメータをつけたい

vue-router の meta が便利

f:id:monteecristoo:20181105213742p:plain

これで $route.meta.profile に値が付くので

v-if="this.$route.meta.profile" 等でブラウザバックにも対応した routing ごとの conditional rendering ができて便利