rename to datastar-ep-1 and cp datastar-ep-2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<li id="new-todo-row">
|
||||
<form data-on-submit="@post('/todo')">
|
||||
<input
|
||||
type="text"
|
||||
name="name"
|
||||
data-bind-newtodo
|
||||
placeholder="Nueva tarea..."
|
||||
autofocus
|
||||
/>
|
||||
<button type="submit">enviar</button>
|
||||
</form>
|
||||
</li>
|
||||
Reference in New Issue
Block a user