rename test to examples

This commit is contained in:
Geoff Doty 2024-05-22 14:24:35 -04:00
parent 1061c6d0da
commit 52c6feef4a
1 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,13 @@
},
mount: "#app"
});
console.log({todo});
todo.state.todos[0] = "Hello";
todo.update();
</script>
</body>
</html>