component_ryl 1.0.83 → 1.0.85

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
@@ -16,6 +16,7 @@
16
16
  6.富文本 -- handTinymce
17
17
  7.动态面包屑 -- handBreadCrumb
18
18
  8.自定义tab切换 -- handTab
19
+ 9.暂无数据 -- handNoData
19
20
 
20
21
  # 所有子方法
21
22
 
@@ -283,6 +284,7 @@
283
284
 
284
285
  <handBreadCrumb
285
286
  :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
287
+ :isNeedHome="true" // 是否需要显示首页,默认为true
286
288
  />
287
289
 
288
290
  # 8.自定义tab切换(特定项目的ui效果)
@@ -300,6 +302,16 @@
300
302
  # getStatus 返回了当前选中对象和index
301
303
  # setIndex(index) 设置当前选中
302
304
 
305
+ # 9.暂无数据 handNoDada
306
+
307
+ <handNoDada />
308
+
309
+ # 参数
310
+ # title: {
311
+ # type: String,
312
+ # default: '暂无数据'
313
+ # },
314
+
303
315
  # serve with hot reload at localhost:8080
304
316
  # npm run dev
305
317
 
@@ -345,6 +357,7 @@
345
357
  #1.0.69: header组件结构更新(新增了验证图片加载完成事件,主要是处理计算高度时,有图片未加载完成,从而影响内容区域的高度计算)
346
358
  #1.0.71: header组件 导航小bug优化
347
359
  #1.0.83: header组件优化
360
+ #1.0.85: 优化面包屑、新增暂无数据组件
348
361
 
349
362
  ```
350
363