props : { users : Array, currentuser: Number, todoId : Number }, mounted() { this.current = this.currentuser }, data(){ return{ current: null }