Skip to content

Commit

Permalink
added persistent state
Browse files Browse the repository at this point in the history
  • Loading branch information
ncybul committed Feb 12, 2023
1 parent d012dc4 commit 17fde03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</head>
<body>
<div id="app">
<ma-data src="local:tasks" v-model="tasks" autosave></ma-data>
<h1>{{ count(get(tasks, "done")) }} done of {{ tasks.length }} task(s)</h1>
<ul>
<li v-for="(task, i) in tasks">
Expand Down

0 comments on commit 17fde03

Please sign in to comment.