Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG]plugins插件加载不了 #338

Closed
heyouquan opened this issue Dec 11, 2020 · 5 comments
Closed

[BUG]plugins插件加载不了 #338

heyouquan opened this issue Dec 11, 2020 · 5 comments

Comments

@heyouquan
Copy link

描述错误
通过gulp编译出来的这几个插件在项目中都加载不了
image

重现
重现错误的步骤:
1.第一步操作:引入luckysheet
image

2.最后报错:在项目中报错,导致在Excel中有小数类型的数字会加载不出来luckysheet
image

环境:
-操作系统:[Windows,Mac,Linux]
-浏览器 版本号:[Chrome 版本 84.0.4147.105(正式版本) (64 位),Safari,Firefox,Edge]
-Luckysheet版本:[最新]

@dream-num
Copy link
Collaborator

可以提供下初始化的数据嘛

@cxmrf
Copy link

cxmrf commented Dec 11, 2020

原因是numeral包并未加载至window

最简单的解决方法是:window.numeral = require('numeral')

@heyouquan
Copy link
Author

可以提供下初始化的数据嘛

excel数据里面有浮点数,比如0.111,就必现这个问题

@heyouquan
Copy link
Author

原因是numeral包并未加载至window

最简单的解决方法是:window.numeral = require('numeral')

确实是没有挂载到window对象上这个问题,您那种解决方案是在业务逻辑里面写吗?那就要npm install numeral这个依赖。目前这个问题已经解决了,不过是通过在源码里面通过import numeral,再修改gulp打包的逻辑实现。

@Dushusir
Copy link
Member

后续都会改为npm安装的方式

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants