| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
完成的前面有勾
| <div className="view"> | ||
| <input className="toggle" type="checkbox" checked=""/> | ||
| <input className="toggle" type="checkbox" checked="todo.completed"/> | ||
| <label> {todo.title} </label> |
There was a problem hiding this comment.
这里写错了哦,值应该用花括号 checked={todo.completed}
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
完成的前面有勾