Преглед изворни кода

chore(playground): remove todo [ci skip]

三咲智子 Kevin Deng пре 2 година
родитељ
комит
4fc344fde6
1 измењених фајлова са 0 додато и 1 уклоњено
  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 = ''
 }