@mooses/form
Version:
[在线例子](https://qq2009.github.io/mooses/#/form)
23 lines (22 loc) • 468 B
JSON
{
"name": "@mooses/form",
"type": "module",
"version": "1.0.8",
"description": "",
"main": "index.ts",
"author": "Gsothing",
"keywords": [
"表单",
"自定义表单"
],
"typings": "./index.d.ts",
"license": "ISC",
"dependencies": {
"vue": "^3.4.19",
"element-plus": "^2.8.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}