Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "flyme-ui", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "一套基于 Vue.js 的移动端 UI 组件库", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -39,2 +39,8 @@ # Flyme UI | ||
[Icon 图标](doc/icon.md) | ||
[Icon 图标](doc/icon.md) | ||
[Tag 标签](doc/tag.md) | ||
## 贡献 | ||
在任何形式的参与前,请先阅读[贡献指南](CONTRIBUTING.md)。如果你希望参与贡献,欢迎 Pull Request,或给我们报告 Bug。 |
@@ -1,7 +0,9 @@ | ||
import header from './component/header/index.vue'; | ||
import icon from './component/icon/index.vue'; | ||
import header from './component/header/header.vue'; | ||
import icon from './component/icon/icon.vue'; | ||
import tag from './component/tag/tag.vue'; | ||
export { | ||
header, | ||
icon | ||
icon, | ||
tag | ||
} |
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
34
28
45
26290