diff --git a/package.json b/package.json index 0be3694..1d5369a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0-alpha.0", "description": "Vue3 large screen data display component library", "main": "./cjs/index.js", - "module": "./es/index.js", + "module": "./es/index.mjs", "types": "./es/index.d.ts", "scripts": { "prepare": "husky install",