mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
f8da703a9a
* feat(core): bump vue version * fix(steps): remove the usage of setupState
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"name": "@element-plus/icon",
|
|
"version": "0.0.0",
|
|
"main": "dist/index.js",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.0.0-beta.3"
|
|
}
|
|
}
|