ayane
0
Q:

vue get props into data

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

New to Communities?

Join the community