mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(test-utils): fix main export error (#16504)
* refactor(test-utils): adjust main export * test(components): [virtual-list] fix type error * test(components): [form] fix type error * feat(test-utils): export make-mount-func * Revert "feat(test-utils): export make-mount-func" This reverts commit38d163bfd4. * Revert "test(components): [form] fix type error" This reverts commit635667602f. * Revert "test(components): [virtual-list] fix type error" This reverts commitfeff85920d. * Revert "refactor(test-utils): adjust main export" This reverts commit6cea407a35. * fix(test-utils): fix export main error
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"version": "0.0.5",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js"
|
||||
"main": "index.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user