Answer the question
In order to leave comments, you need to log in
Why is the Vue instance not updating?
var HUD = new Vue({
el: ".inGameHud",
data: {
time: "00:00",
date: "00.00.00"
},
methods: {
setTime: (time, date) => {
this.time = time;
this.date = date;
}
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question