is not assignable to type 'RouterOptions' because of computed property on component · Issue #2248 · vuejs/vue-router
So I have two components, one works with computed properties the other one does not. If I remove computed from the component vue-router will compile without an error. Otherwise it throws the follow...