mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-29 21:50:02 +08:00
chore(element-plus-adapter): package.json main 错误
This commit is contained in:
parent
3539daceaa
commit
237cc15387
@ -4,13 +4,13 @@
|
|||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
"main": "dist/tmagic-element-plus-adapter.umd.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/tmagic-element-plus-adapter.mjs",
|
"module": "dist/index.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/tmagic-element-plus-adapter.mjs",
|
"import": "./dist/index.js",
|
||||||
"require": "./dist/tmagic-element-plus-adapter.umd.js"
|
"require": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user