1👍
Most likely your employee
data is missing an id
field.
Check these examples:
- With
id
your example works as expected: employee with id - Without
id
you will see[vue-router] missing param for named route "employee-objective" in console: Expected "id" to be defined
: employee without id
- [Vuejs]-Passing data property as function argument in vue.js
- [Vuejs]-Firebase signInWithEmailAndPassword not working in vue.js
Source:stackexchange.com