From 4b362831f208a15756be8e07bc6fa570c2ba99d4 Mon Sep 17 00:00:00 2001 From: ethmcc <64378116+ethmcc@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:02:31 -0400 Subject: [PATCH] Prefix todomvc mounted hook with "vue:" Fixes error: mounted and unmounted hooks now need to be prefixed with vue: - use @vue:mounted="handler" instead. --- examples/todomvc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todomvc.html b/examples/todomvc.html index eb587c8..310f516 100644 --- a/examples/todomvc.html +++ b/examples/todomvc.html @@ -132,7 +132,7 @@ }).mount('#app') -
+

todos