mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
- Extract some common props out of prop Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"name": "@element-plus/internal",
|
|
"description": "Stores all internal objects",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.0.0-beta.3"
|
|
}
|
|
}
|
|
|