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