component_ryl 1.0.30 → 1.0.31
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 -2
- package/dist/build.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
# getContent() 获取值
|
|
209
209
|
|
|
210
210
|
# 8.动态面包屑 handBreadCrumb
|
|
211
|
-
# <
|
|
211
|
+
# <handBreadCrumb
|
|
212
212
|
# :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
|
|
213
213
|
# />
|
|
214
214
|
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
#1.0.27: 新增富文本 tinymce
|
|
237
237
|
#1.0.28: 菜单栏,添加红点提示,调试收起菜单栏时,提示异常bug
|
|
238
238
|
#.
|
|
239
|
-
#1.0.
|
|
239
|
+
#1.0.31: 菜单栏新增无穷级数,添加动态面包屑
|
|
240
240
|
```
|
|
241
241
|
|
|
242
242
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|