mult-cascader 1.0.8 → 1.0.9
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vue2 MultCascader
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### 联系与反馈
|
|
4
4
|
如果使用过程中遇到问题、有功能建议,欢迎通过邮箱联系我:3110940369@qq.com
|
|
5
5
|
|
|
6
6
|
# Vue2 多级选择器组件,支持单选和多选模式。
|
|
@@ -180,8 +180,8 @@ Vue.use(MultCascader)
|
|
|
180
180
|
| change | 选择项变化时触发 | 选中的项数组 | single |
|
|
181
181
|
| finish | 选完最后一级时触发关闭 | 选中的值和项数组 | single |
|
|
182
182
|
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
## 注意异步打开此组件时,需要先有数据源,否则会报错
|
|
184
|
+
## 推荐在组件data中再定义一个变量判断数据源是否准备好然后v-if
|
|
185
185
|
```
|
|
186
186
|
<MultCascader
|
|
187
187
|
v-if="ready"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mult-cascader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"main": "mult-cascader.common.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"multiple"
|
|
12
12
|
],
|
|
13
13
|
"author": "wsq667",
|
|
14
|
-
"license": "
|
|
14
|
+
"license": "MIT",
|
|
15
15
|
"description": "",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|