@focus-teach/ui 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
  # 焦点教育ui组件库
3
3
  # 打包成组件库 npm run lib
4
4
 
5
-
5
+ # 打包注意事项
6
+ ## package.json中 打包的时候name为packageName 上传到npm库的时候name为buildName
6
7
 
7
8
  ### ft-tabs
8
9
 
@@ -13,7 +14,4 @@
13
14
  | type | tab页当前展示类型(可选border-crad) | String | |
14
15
 
15
16
  # Publish Version
16
- 1.0.8 优化抽屉组件
17
-
18
- # 开发环境打包:package.json "name": "ui", 将lib下的文件替换到node_modules\@focus-teach\ui\lib
19
- # 生产环境打包:package.json "name": "@focus-teach/ui",
17
+ 1.0.8 优化抽屉组件