You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by da...@apache.org on 2017/04/09 08:33:11 UTC

[2/7] incubator-weex git commit: * [example] slider

* [example] slider


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/1ac37956
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/1ac37956
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/1ac37956

Branch: refs/heads/0.11-dev
Commit: 1ac37956d49e96da00dfb2a119c69e137a9d9af6
Parents: 98d0e1c
Author: tancy <ro...@gmail.com>
Authored: Wed Apr 5 14:57:43 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Wed Apr 5 14:57:43 2017 +0800

----------------------------------------------------------------------
 examples/vue/components/slider.vue | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1ac37956/examples/vue/components/slider.vue
----------------------------------------------------------------------
diff --git a/examples/vue/components/slider.vue b/examples/vue/components/slider.vue
index 2734bbe..5985b68 100644
--- a/examples/vue/components/slider.vue
+++ b/examples/vue/components/slider.vue
@@ -1,10 +1,5 @@
 <template>
   <scroller class="body">
-  <slider class="slider" interval="3000" auto-play="false" infinite="true">
-      <div class="frame" v-for="img in imageList">
-        <image class="image" resize="cover" :src="img.src"></image>
-      </div>
-    </slider>
     <panel title="auto-play" type="primary">
       <panel title="auto-play = false" padding-body="0">
         <slider class="slider" append="tree"