diff --git a/example/index.js b/example/index.js index 8aa81a1..20dd791 100644 --- a/example/index.js +++ b/example/index.js @@ -292,8 +292,9 @@ function Header (state, emit) { } function TodoItem (todo, emit) { + var clx = classList({ completed: todo.done, editing: todo.editing }) return html` -
  • +