mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* move check label to new component * select 整理 * 整理文档 && 支持 componentId * delete project config json * 内部命名修改 * remove form/check_label
8 lines
316 B
JavaScript
8 lines
316 B
JavaScript
exports.CheckLabel = require('./select/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');
|