1
0
mirror of synced 2026-03-24 03:38:34 +08:00

chore(element-plus-adapter): package.json main 错误

This commit is contained in:
roymondchen
2022-10-12 16:27:26 +08:00
committed by jia000
parent 3539daceaa
commit 237cc15387

View File

@@ -4,13 +4,13 @@
"sideEffects": [
"dist/*"
],
"main": "dist/tmagic-element-plus-adapter.umd.js",
"module": "dist/tmagic-element-plus-adapter.mjs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/tmagic-element-plus-adapter.mjs",
"require": "./dist/tmagic-element-plus-adapter.umd.js"
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./*": "./*"
},