From 907feda4ce96cf7e19664cac15e4045b1b3f0df1 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Wed, 15 Mar 2017 18:01:52 +0800 Subject: [PATCH] update Carousel --- examples/routers/carousel.vue | 4 +++- src/components/carousel/carousel-item.vue | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/routers/carousel.vue b/examples/routers/carousel.vue index 682b570..652a393 100644 --- a/examples/routers/carousel.vue +++ b/examples/routers/carousel.vue @@ -2,7 +2,9 @@
- + + + diff --git a/src/components/carousel/carousel-item.vue b/src/components/carousel/carousel-item.vue index 758fe72..3e9e00c 100644 --- a/src/components/carousel/carousel-item.vue +++ b/src/components/carousel/carousel-item.vue @@ -25,11 +25,9 @@ } }, mounted () { - // todo while this.$parent.slotChange(); }, beforeDestroy () { - // todo while this.$parent.slotChange(); } }; -- libgit2 0.21.4