component_ryl 1.0.9 → 1.0.13
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 +12 -0
- package/dist/535877f50039c0cb49a6196a5b7517cd.woff +0 -0
- package/dist/732389ded34cb9c52dd88271f1345af9.ttf +0 -0
- package/dist/build.js +2 -2
- package/index.html +12 -9
- package/package.json +1 -1
- package/webpack.config.js +2 -2
package/README.md
CHANGED
|
@@ -37,6 +37,14 @@
|
|
|
37
37
|
# </handHeader>
|
|
38
38
|
|
|
39
39
|
# // 导航列表 -- name 表示 系统名称,list 表示 菜单列表
|
|
40
|
+
# 注:如果菜单需要添加红点提示,则需要添加tips对象,tips对象与path、meta等同级,如:
|
|
41
|
+
# {
|
|
42
|
+
# path: "/",
|
|
43
|
+
# meta: { title: "菜单1", icon: "el-icon-user" },
|
|
44
|
+
# tips: {name: 'hot'} // 表示 小红点 提示
|
|
45
|
+
# tips: {name: 'new'} // 表示 new字样 提示
|
|
46
|
+
# tips: {name: 'num',value:72} // 表示 数字 提示
|
|
47
|
+
# }
|
|
40
48
|
# menuList: {
|
|
41
49
|
# type: Object,
|
|
42
50
|
# default: () => {
|
|
@@ -174,6 +182,10 @@
|
|
|
174
182
|
#1.0.7: 简单的样式调整
|
|
175
183
|
#1.0.8: 简单的样式调整,替换默认头像
|
|
176
184
|
#1.0.9: 同上
|
|
185
|
+
#1.0.10: 同上,默认图片异常问题
|
|
186
|
+
#1.0.11: 修改默认主题色
|
|
187
|
+
#1.0.12: 修改细节样式
|
|
188
|
+
#1.0.13: 菜单栏,添加红点提示
|
|
177
189
|
```
|
|
178
190
|
|
|
179
191
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|
|
Binary file
|
|
Binary file
|