docs(Icon): update icon doc @rex-zsd (#1132)

This commit is contained in:
rex 2018-12-22 20:43:09 +08:00 committed by neverland
parent 5e07940590
commit 7d8fc12244
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,8 @@ const UNSHARED = [
'changelog', 'changelog',
'intro', 'intro',
'transition', 'transition',
'col' 'col',
'icon'
]; ];
const MAPPER = { const MAPPER = {

View File

@ -15,7 +15,8 @@ const PREFIX = 'https://img.yzcdn.cn/vant-weapp/';
const MAP = { const MAP = {
index: 'index-201808121630.png', index: 'index-201808121630.png',
col: 'layout-201808092138.png', col: 'layout-201808092138.png',
transition: 'transition-20180821.png' transition: 'transition-20180821.png',
icon: 'icon-20181222-2.png'
}; };
export default { export default {