From c1d8ccbe21ed1a81789fc46ab00a8be68c36a1dd Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 14 Jul 2016 14:36:30 -0400 Subject: [PATCH] add move transitions to todomvc example --- examples/todomvc/index.html | 37 +++++++++++++++++++++++++++--------- examples/todomvc/js/app.js | 6 +++++- examples/todomvc/js/store.js | 9 +++++++-- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/examples/todomvc/index.html b/examples/todomvc/index.html index 570facc5..58c7ed5d 100644 --- a/examples/todomvc/index.html +++ b/examples/todomvc/index.html @@ -4,7 +4,25 @@ Vue.js • TodoMVC - +
@@ -18,13 +36,14 @@
-
    -
  • +
      +
    • - +
      {{ remaining }} {{ remaining | pluralize }} left