Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

region-select

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

region-select - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

13

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc