component_ryl 1.0.62 → 1.0.63
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 +5 -1
- package/dist/build.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
# tips: {name: 'hot'} // 表示 小红点 提示
|
|
55
55
|
# tips: {name: 'new'} // 表示 new字样 提示
|
|
56
56
|
# tips: {name: 'num',value:72} // 表示 数字 提示
|
|
57
|
+
# tips: {name: 'run',value:'hot'} // 表示 运动的样式
|
|
57
58
|
# }
|
|
58
59
|
# menuList: {
|
|
59
60
|
# type: Object,
|
|
@@ -113,7 +114,8 @@
|
|
|
113
114
|
true, #显示几个按钮,true为2个按钮,false为一个按钮 -- 默认true
|
|
114
115
|
"warning", #展示图标 -- 默认warning
|
|
115
116
|
"进入系统", #确认按钮的名称 -- 默认确定
|
|
116
|
-
"复制域名" #取消按钮的名称 -- 默认取消
|
|
117
|
+
"复制域名", #取消按钮的名称 -- 默认取消
|
|
118
|
+
'initClass' #自定义类名,可不传
|
|
117
119
|
)
|
|
118
120
|
.then(() => {
|
|
119
121
|
window.open("https://www.baidu.com");
|
|
@@ -133,6 +135,7 @@
|
|
|
133
135
|
:cancelText="'自定义取消按钮的名称'"
|
|
134
136
|
@cancel="取消按钮的事件"
|
|
135
137
|
@confirm="确定按钮的事件"
|
|
138
|
+
customClass="" # 自定义样式,默认为空
|
|
136
139
|
>
|
|
137
140
|
<div slot="content">
|
|
138
141
|
插槽中的内容
|
|
@@ -326,6 +329,7 @@
|
|
|
326
329
|
#1.0.52: 指令优化 新增
|
|
327
330
|
#1.0.61: 修改主题色
|
|
328
331
|
#1.0.62: 置顶 v-number 正则替换空 为 0
|
|
332
|
+
#1.0.63: 菜单栏,添加hot动画展示
|
|
329
333
|
|
|
330
334
|
|
|
331
335
|
|