Quantity: rename to Stepper

This commit is contained in:
陈嘉涵
2017-09-08 11:36:03 +08:00
parent 378ef55a0a
commit 6ec9d9852a
13 changed files with 72 additions and 384 deletions
+3 -3
View File
@@ -30,7 +30,7 @@ import Picker from './picker';
import Popup from './popup';
import Progress from './progress';
import PullRefresh from './pull-refresh';
import Quantity from './quantity';
import Stepper from './stepper';
import Radio from './radio';
import RadioGroup from './radio-group';
import Row from './row';
@@ -79,7 +79,7 @@ const components = [
Popup,
Progress,
PullRefresh,
Quantity,
Stepper,
Radio,
RadioGroup,
Row,
@@ -144,7 +144,7 @@ export {
Popup,
Progress,
PullRefresh,
Quantity,
Stepper,
Radio,
RadioGroup,
Row,