mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 19:58:09 +08:00
f8da703a9a
* feat(core): bump vue version * fix(steps): remove the usage of setupState
15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"name": "@element-plus/utils",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resize-observer-polyfill": "^1.5.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.0.0-beta.3"
|
|
}
|
|
}
|