新增icon、filed组件新增time类型和Dialog组件默认文案修改 (#43)

This commit is contained in:
张敏
2017-06-26 15:02:27 +08:00
committed by GitHub
parent 4d778ef107
commit ecf587f7ed
7 changed files with 154 additions and 13 deletions

View File

@@ -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'
}
]
};