Update todo-pylist.html

This commit is contained in:
Yida Zhang
2022-05-04 22:47:23 +08:00
committed by GitHub
parent e6e85acbfc
commit c2305c8a66

View File

@@ -41,7 +41,7 @@
<py-button id="new-task-btn" label="Add Task!">
def on_click(evt):
add_task()
</button>
</py-button>
</py-box>
<py-list id="myList"></py-list>