mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
add PullRefresh component (#117)
* add PullRefresh component * PullRefresh: fix test case
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user