mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
de0696b4f6
* bumping version * build(core): bumping vue version - Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions` * Remove transition mock/Add before-enter and before-leave hook emitter for popper
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"name": "@element-plus/avatar",
|
|
"version": "0.0.0",
|
|
"main": "dist/index.js",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.0.0-beta.3"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/utils": "^0.0.0"
|
|
}
|
|
}
|