component_ryl 1.0.43 → 1.0.44
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 +4 -3
- package/dist/build.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
# <handBreadCrumb
|
|
245
245
|
# :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
|
|
246
246
|
# />
|
|
247
|
-
|
|
247
|
+
|
|
248
248
|
# 9.自定义tab切换
|
|
249
249
|
# <handTab :list="statusList" @getStatus="getStatus" ref="handTab"/>
|
|
250
250
|
|
|
@@ -291,9 +291,10 @@
|
|
|
291
291
|
#1.0.37: 菜单栏 new字样 效果调试
|
|
292
292
|
#1.0.38: 富文本编辑框,去掉即将删除的插件
|
|
293
293
|
#1.0.39: 分页组件优化,自定义设置
|
|
294
|
-
|
|
294
|
+
#.
|
|
295
295
|
#1.0.42: table调整
|
|
296
|
-
|
|
296
|
+
#.
|
|
297
|
+
#1.0.44: 自定义tab选择(用于特定筛选查询)
|
|
297
298
|
```
|
|
298
299
|
|
|
299
300
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|