Explorar el Código

chore(playground): remove todo [ci skip]

三咲智子 Kevin Deng hace 2 años
padre
commit
4fc344fde6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      playground/src/todo-mvc.vue

+ 0 - 1
playground/src/todo-mvc.vue

@@ -18,7 +18,6 @@ function handleAdd() {
     title: value.value,
     completed: false,
   })
-  // TODO: clear input
   value.value = ''
 }