mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
662619b91c
* feat: add core function for china region cascade select * fix: test case * refactor: use belongsToMany for region field and fix component * fix: data import * fix: remove sort field * fix: clear on changeOnSelect is false
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"name": "@nocobase/plugin-china-region",
|
|
"version": "0.3.0-alpha.0",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nocobase/database": "^0.3.0-alpha.0",
|
|
"china-division": "2.3.1"
|
|
}
|
|
}
|