“vue dostaje rekwizyty do danych” Kod odpowiedzi

vue dostaje rekwizyty do danych

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

vuejs uzyskujący dostęp do rekwizytów z danych

data: function() {
  var theData = {
    somevar: this.messageId,
    // other object attributes
  }

  return theData;
}
Encouraging Eland

Odpowiedzi podobne do “vue dostaje rekwizyty do danych”

Pytania podobne do “vue dostaje rekwizyty do danych”

Więcej pokrewnych odpowiedzi na “vue dostaje rekwizyty do danych” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu