From 52c6feef4ad51452f8824ee275932d7a6908f6bd Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 22 May 2024 14:24:35 -0400 Subject: [PATCH] rename test to examples --- {test => example}/index.html | 7 +++++++ 1 file changed, 7 insertions(+) rename {test => example}/index.html (93%) diff --git a/test/index.html b/example/index.html similarity index 93% rename from test/index.html rename to example/index.html index dd7140b..52e3904 100644 --- a/test/index.html +++ b/example/index.html @@ -42,6 +42,13 @@ }, mount: "#app" }); + + console.log({todo}); + + + todo.state.todos[0] = "Hello"; + todo.update(); + \ No newline at end of file