From 6abb9bcf8da8d75a1885efdf665b037e5d38f899 Mon Sep 17 00:00:00 2001 From: sschum Date: Thu, 13 Jul 2023 14:59:45 +0200 Subject: [PATCH] update --- src/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.html b/src/index.html index 0bc784e..513bab3 100644 --- a/src/index.html +++ b/src/index.html @@ -67,6 +67,11 @@ removeCard(i) { this.cards.splice(i, 1) } + }, + watch: { + message(newValue) { + console.log("Message changed: ", newValue) + } } }) MyVueApp.mount('#app')