component_ryl 1.0.27 → 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 CHANGED
@@ -96,6 +96,9 @@
96
96
  # 3.弹出层 -- handDialog
97
97
  # 4.分页 -- handPaging
98
98
  # 5.数字or金额输入框 -- input (用的少,基本用指令)
99
+ # 6.指令
100
+ # 7.富文本 -- handTinymce
101
+ # 8.动态面包屑 -- handBreadCrumb
99
102
 
100
103
  # 使用方法:
101
104
  # 1.统一头部(特定情况)不做说明
@@ -204,6 +207,11 @@
204
207
 
205
208
  # getContent() 获取值
206
209
 
210
+ # 8.动态面包屑 handBreadCrumb
211
+ # <handBreadCrumb
212
+ # :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
213
+ # />
214
+
207
215
  # serve with hot reload at localhost:8080
208
216
  # npm run dev
209
217
 
@@ -226,6 +234,9 @@
226
234
  #.
227
235
  #.
228
236
  #1.0.27: 新增富文本 tinymce
237
+ #1.0.28: 菜单栏,添加红点提示,调试收起菜单栏时,提示异常bug
238
+ #.
239
+ #1.0.31: 菜单栏新增无穷级数,添加动态面包屑
229
240
  ```
230
241
 
231
242
  For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).