component_ryl 1.0.80 → 1.0.81
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 +2 -1
- package/dist/build.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -298,6 +298,7 @@
|
|
|
298
298
|
# ]
|
|
299
299
|
# 方法:
|
|
300
300
|
# getStatus 返回了当前选中对象和index
|
|
301
|
+
# setIndex(index) 设置当前选中
|
|
301
302
|
|
|
302
303
|
# serve with hot reload at localhost:8080
|
|
303
304
|
# npm run dev
|
|
@@ -343,7 +344,7 @@
|
|
|
343
344
|
#1.0.67: header组件结构更新
|
|
344
345
|
#1.0.69: header组件结构更新(新增了验证图片加载完成事件,主要是处理计算高度时,有图片未加载完成,从而影响内容区域的高度计算)
|
|
345
346
|
#1.0.71: header组件 导航小bug优化
|
|
346
|
-
#1.0.
|
|
347
|
+
#1.0.81: header组件优化
|
|
347
348
|
|
|
348
349
|
```
|
|
349
350
|
|