From 8e6321c5439bca4e8a391458a05870c55f0a72cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Szmozs=C3=A1nszky?= Date: Fri, 29 Jul 2022 13:38:34 +0300 Subject: [PATCH] fix: broken examples due to vue:*mounted change The TodoMVC example is using lifecycle events to set up routing which was not updated to the post-0.4 syntax --- 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