mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
* add src dir && add build * add build watch && change dir name * bower ignore package.json
9 lines
358 B
JavaScript
9 lines
358 B
JavaScript
exports.CheckLabel = require('./select/index');
|
|
exports.Field = require('./field/index');
|
|
exports.NoticeBar = require('./noticebar/index');
|
|
exports.Quantity = require('./quantity/index');
|
|
exports.Switch = require('./switch/index');
|
|
exports.Tab = require('./tab/index');
|
|
exports.Toast = require('./toast/index');
|
|
exports.TopTips = require('./toptips/index');
|