component_ryl 1.0.28 → 1.0.29
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 +9 -0
- package/dist/build.js +2 -2
- package/package.json +2 -1
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
|
+
# <BreadCrymb
|
|
212
|
+
# :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
|
|
213
|
+
# />
|
|
214
|
+
|
|
207
215
|
# serve with hot reload at localhost:8080
|
|
208
216
|
# npm run dev
|
|
209
217
|
|
|
@@ -227,6 +235,7 @@
|
|
|
227
235
|
#.
|
|
228
236
|
#1.0.27: 新增富文本 tinymce
|
|
229
237
|
#1.0.28: 菜单栏,添加红点提示,调试收起菜单栏时,提示异常bug
|
|
238
|
+
#1.0.29: 菜单栏新增无穷级数,添加动态面包屑
|
|
230
239
|
```
|
|
231
240
|
|
|
232
241
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|