diff --git a/examples/vue/todo.html b/examples/vue/todo.html new file mode 100644 index 00000000..b88a49d4 --- /dev/null +++ b/examples/vue/todo.html @@ -0,0 +1,163 @@ + + + + + Todo App: Gun + Vue + + + + + + + + + +
+ +
+

Todos App

+ + + +

Active

+ +
+ +
+ +
Completed
+ +
+ {{ completed.todo.description }} + (completed at {{ (new Date(completed.todo.completed)).toUTCString() }}) +
+
+ +
+ + + + + + \ No newline at end of file