forked from extern/froscon-2023-demo
update
This commit is contained in:
parent
0ad1ecbc14
commit
6abb9bcf8d
@ -67,6 +67,11 @@
|
||||
removeCard(i) {
|
||||
this.cards.splice(i, 1)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
message(newValue) {
|
||||
console.log("Message changed: ", newValue)
|
||||
}
|
||||
}
|
||||
})
|
||||
MyVueApp.mount('#app')
|
||||
|
Loading…
Reference in New Issue
Block a user