mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
add PayOrder component
This commit is contained in:
@@ -19,6 +19,7 @@ import Lazyload from './lazyload';
|
||||
import Loading from './loading';
|
||||
import NoticeBar from './notice-bar';
|
||||
import Panel from './panel';
|
||||
import PayOrder from './pay-order';
|
||||
import Picker from './picker';
|
||||
import Popup from './popup';
|
||||
import Progress from './progress';
|
||||
@@ -60,6 +61,7 @@ const components = [
|
||||
Loading,
|
||||
NoticeBar,
|
||||
Panel,
|
||||
PayOrder,
|
||||
Picker,
|
||||
Popup,
|
||||
Progress,
|
||||
@@ -117,6 +119,7 @@ export {
|
||||
Loading,
|
||||
NoticeBar,
|
||||
Panel,
|
||||
PayOrder,
|
||||
Picker,
|
||||
Popup,
|
||||
Progress,
|
||||
|
Reference in New Issue
Block a user