mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
新增icon、filed组件新增time类型和Dialog组件默认文案修改 (#43)
This commit is contained in:
@@ -333,6 +333,16 @@ module.exports = {
|
||||
keywords: ['underway'],
|
||||
src: '进行中.svg',
|
||||
css: 'underway'
|
||||
},
|
||||
{
|
||||
keywords: ['point', 'gift'],
|
||||
src: '积分礼包.svg',
|
||||
css: 'point-gift'
|
||||
},
|
||||
{
|
||||
keywords: ['after', 'sale'],
|
||||
src: '售后记录.svg',
|
||||
css: 'after-sale'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user