1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript15,390 stars (15,390 stars)2,236 forks (2,236 forks)batch import
good first issue
説明
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果

屏幕截图或演示
环境:
- 操作系统:
- 浏览器 版本号:
- Luckysheet版本:
备注
- Issue 種別
- bug
- 調査方針
- The issue is a bug report about an error when opening the pivot table tab after bundling with esbuild. To fix, first reproduce the error using the demo as described. Look in the source code for the pivot table component and check if any dependencies are missing or if esbuild requires specific configuration for that module. Review the esbuild configuration file in the project root. The error might be a runtime error due to missing imports or incorrect module resolution.