add PullRefresh component (#117)

* add PullRefresh component

* PullRefresh: fix test case
This commit is contained in:
neverland
2017-09-06 22:24:24 -05:00
committed by Yao
parent 09bc3d947b
commit c4fd51e5d7
9 changed files with 477 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ import PayOrder from './pay-order';
import Picker from './picker';
import Popup from './popup';
import Progress from './progress';
import PullRefresh from './pull-refresh';
import Quantity from './quantity';
import Radio from './radio';
import RadioGroup from './radio-group';
@@ -83,6 +84,7 @@ const components = [
Picker,
Popup,
Progress,
PullRefresh,
Quantity,
Radio,
RadioGroup,
@@ -150,6 +152,7 @@ export {
Picker,
Popup,
Progress,
PullRefresh,
Quantity,
Radio,
RadioGroup,