Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "vue-flyme", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "vue2 plugin - flyme controls", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -120,7 +120,7 @@ # vue2 插件 - Flyme 公共控件 | ||
* @prop {String} id [required] 图标的 id | ||
* @prop {String} id [required] - 图标的 id | ||
* @prop {Number} size = 32 图标的尺寸(单位:px) | ||
* @prop {Number} size = 16 - 图标的尺寸(单位:px) | ||
* @prop {String} color = '#000' 图标的颜色 | ||
* @prop {String} color = '#000' - 图标的颜色 | ||
@@ -132,5 +132,7 @@ | 预设图标 | 图标 id | | ||
| ![](demo/png/heart.png) | heart | | ||
| ![](demo/png/heart-o.png) | heart-o | | ||
| ![](demo/png/location.png) | location | | ||
| ![](demo/png/telephone.png) | telephone | | ||
| ![](demo/png/tick.png) | tick | | ||
| ![](demo/png/trash.png) | trash | | ||
| ![](demo/png/triangle.png) | triangle | |
import iarrow from './svg/arrow.svg'; | ||
import iback from './svg/back.svg'; | ||
import iheart from './svg/heart.svg'; | ||
import iheartO from './svg/heart-o.svg'; | ||
import ilocation from './svg/location.svg'; | ||
import itelephone from './svg/telephone.svg'; | ||
import itick from './svg/tick.svg'; | ||
import itrash from './svg/trash.svg'; | ||
import itriangle from './svg/triangle.svg'; | ||
@@ -13,6 +15,8 @@ | ||
'heart': iheart, | ||
'heart-o': iheartO, | ||
'location': ilocation, | ||
'telephone': itelephone, | ||
'tick': itick, | ||
'trash': itrash, | ||
'triangle': itriangle | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34667
27
58
136