From 321041f63f6b42a39b8a83d406ee9674e183724c Mon Sep 17 00:00:00 2001 From: YuukanOO Date: Fri, 22 Jan 2021 10:16:15 +0100 Subject: [PATCH] add transition and transitions-group --- vue2/src/main.js | 1 + vue2/src/pages/Animate.vue | 68 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 vue2/src/pages/Animate.vue diff --git a/vue2/src/main.js b/vue2/src/main.js index 2782719..fa77283 100644 --- a/vue2/src/main.js +++ b/vue2/src/main.js @@ -46,6 +46,7 @@ const router = new VueRouter({ mode: "history", routes: [ { path: "/vuex", component: () => import("./pages/VuexTest.vue") }, + { path: "/animate", component: () => import("./pages/Animate.vue") }, { path: "/components", component: ComponentLayout, diff --git a/vue2/src/pages/Animate.vue b/vue2/src/pages/Animate.vue new file mode 100644 index 0000000..fc98147 --- /dev/null +++ b/vue2/src/pages/Animate.vue @@ -0,0 +1,68 @@ + + + + +