ソースを参照

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 = ''
 }