region-select
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "region-select", | ||
"version": "0.1.0", | ||
"author": "", | ||
"version": "0.1.1", | ||
"author": "wangyuan", | ||
"license": "AGPL-3.0-only", | ||
"description": "", | ||
"description": "地区级联选择框", | ||
"keywords": [], | ||
@@ -21,6 +21,6 @@ "private": false, | ||
"dependencies": { | ||
"core-js": "^3.6.4", | ||
"element-ui": "^2.13.0" | ||
"core-js": "^3.6.4" | ||
}, | ||
"peerDependencies": { | ||
"element-ui": "^2.13.0", | ||
"vue": "^2.6.11" | ||
@@ -31,2 +31,3 @@ }, | ||
"@vue/cli-service": "~4.2.0", | ||
"element-ui": "^2.13.0", | ||
"sass": "^1.25.0", | ||
@@ -37,2 +38,2 @@ "sass-loader": "^8.0.2", | ||
} | ||
} | ||
} |
@@ -34,3 +34,4 @@ # region-select | ||
children: "child", // 指定每个子选项,为某个属性 | ||
checkStrictly: true, // 任意层级可选 | ||
checkStrictly: true, // 任意层级可选,默认true | ||
multiple: false // 是否多选,默认false 多选情况下,v-model为字符数组 | ||
} | ||
@@ -37,0 +38,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
246872
1
59
7
- Removedelement-ui@^2.13.0