mirror of https://github.com/n2geoff/um
rename test to examples
This commit is contained in:
parent
1061c6d0da
commit
52c6feef4a
|
@ -42,6 +42,13 @@
|
||||||
},
|
},
|
||||||
mount: "#app"
|
mount: "#app"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log({todo});
|
||||||
|
|
||||||
|
|
||||||
|
todo.state.todos[0] = "Hello";
|
||||||
|
todo.update();
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue