component_ryl 1.0.26 → 1.0.30

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.统一头部(特定情况)不做说明
@@ -176,6 +179,7 @@
176
179
  # :height="400" // 默认400
177
180
  # v-model="content"
178
181
  # :uploadType="'initUpload'" // 图片上传方式 默认:base64 自定义上传:initUpload
182
+ # :url="'/static'" // 插件和汉化包路径,默认 /static
179
183
  # @handleImgUpload="handleImgUpload" // 如果是自定义上传,这个方法接收3个参数,如下:
180
184
  # />
181
185
 
@@ -197,12 +201,17 @@
197
201
  # success(res.data.data.imageUrl);
198
202
  # });
199
203
  # }
200
-
204
+
201
205
  # 其他方法:
202
206
  # setContent() 设置值
203
207
 
204
208
  # getContent() 获取值
205
209
 
210
+ # 8.动态面包屑 handBreadCrumb
211
+ # <BreadCrymb
212
+ # :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
213
+ # />
214
+
206
215
  # serve with hot reload at localhost:8080
207
216
  # npm run dev
208
217
 
@@ -224,7 +233,10 @@
224
233
  #.
225
234
  #.
226
235
  #.
227
- #1.0.24: 新增富文本 tinymce
236
+ #1.0.27: 新增富文本 tinymce
237
+ #1.0.28: 菜单栏,添加红点提示,调试收起菜单栏时,提示异常bug
238
+ #.
239
+ #1.0.30: 菜单栏新增无穷级数,添加动态面包屑
228
240
  ```
229
241
 
230
242
  For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).