[new feature] Icon: 增加新 icon 图标 (#253)

* 增加新 icon

* icon: 更新英文文档
This commit is contained in:
Yao
2017-10-26 15:44:20 +08:00
committed by GitHub
parent 3c12a426ca
commit 47d625a827
5 changed files with 54 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ const icons = [
'credit-pay',
'debit-pay',
'other-pay',
'cart',
'shopping-cart',
'browsing-history',
'goods-collect',
'shop-collect',
@@ -78,7 +78,12 @@ const icons = [
'gift-card',
'coupon',
'completed',
'value-card'
'value-card',
'certificate',
'tosend',
'sign',
'home',
'phone'
];
const IconListConstructor = Vue.extend({

View File

@@ -78,7 +78,7 @@ const icons = [
'credit-pay',
'debit-pay',
'other-pay',
'cart',
'shopping-cart',
'browsing-history',
'goods-collect',
'shop-collect',
@@ -110,7 +110,12 @@ const icons = [
'gift-card',
'coupon',
'completed',
'value-card'
'value-card',
'certificate',
'tosend',
'sign',
'home',
'phone'
];
const IconListConstructor = Vue.extend({