From caf7d43a7c12c7c8366474a280bf59fc1e46c299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 9 Jul 2018 10:10:56 +0800 Subject: [PATCH] update --- src/index/index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/index/index.js b/src/index/index.js index 44c1f6e..c556f19 100644 --- a/src/index/index.js +++ b/src/index/index.js @@ -1,10 +1,6 @@ Component({ externalClasses: ['i-class'], properties : { - current : { - type : String, - value : '' - }, height : { type : String, value : '300' @@ -14,9 +10,6 @@ Component({ value : 18 } }, - options: { - multipleSlots: true - }, relations : { '../index-item/index' : { type : 'child',