mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
7 lines
270 B
JavaScript
7 lines
270 B
JavaScript
exports.Tab = require('./tab/index');
|
|
exports.Quantity = require('./quantity/index');
|
|
exports.TopTips = require('./toptips/index');
|
|
exports.Toast = require('./toast/index');
|
|
exports.Switch = require('./switch/index');
|
|
exports.CheckLabel = require('./form/check_label');
|