import Toolbar from './Toolbar'
export default {
components: {
Toolbar
},
beforeRouteEnter (to, from, next) {
next(vm => {})
}