add PullRefresh component

This commit is contained in:
陈嘉涵
2017-09-07 11:10:12 +08:00
parent 527e12768b
commit 9eb825f54d
9 changed files with 476 additions and 11 deletions

View File

@@ -31,6 +31,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';
@@ -81,6 +82,7 @@ const components = [
Picker,
Popup,
Progress,
PullRefresh,
Quantity,
Radio,
RadioGroup,
@@ -147,6 +149,7 @@ export {
Picker,
Popup,
Progress,
PullRefresh,
Quantity,
Radio,
RadioGroup,