vuejs pass data to router-view

JavaScript
// App.vue
<router-view name="bookBus" :model="model"></router-view>
// and use model as props in your view
Source

Also in JavaScript: