Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init of undefined 这个问题在0.1.5版本任然存在 #33

Open
colo1994 opened this issue Aug 6, 2021 · 5 comments
Open

init of undefined 这个问题在0.1.5版本任然存在 #33

colo1994 opened this issue Aug 6, 2021 · 5 comments

Comments

@colo1994
Copy link

colo1994 commented Aug 6, 2021

我这边是偶发性的出现,不是经常性的,在第一次进入页面加载会出现这个问题。
刷新下页面就会正常。

@shrXiansheng
Copy link

shrXiansheng commented Oct 8, 2021

我是一进入页面就会报 TypeError: Cannot read property 'init' of undefined",导致树无法展示
版本号是0.1.5,并且刷新后还是报错

@qlHuo
Copy link

qlHuo commented Oct 11, 2021

我是一进入页面就会报 TypeError: Cannot read property 'init' of undefined",导致树无法展示 版本号是0.1.5,并且刷新后还是报错

请问你解决了吗

@shrXiansheng
Copy link

我司使用的qiankun微前端框架的问题,重写监听事件以后好了

@colo1994
Copy link
Author

作者说在新版本移除了jquery,通过外部引入就可以了,可是很多人还是报这个错误
在 vue-giant-tree.common.js 文件中
// "c5e1":
/
/ (function(module, exports) {

module.exports = require("jQuery");

/***/ }),

只要这个能运行就行,我不是专业前端,专业前端应该好解决这个问题。
自己npm install jquery 可能是大小写问题,没有获取到。
直接暴力的把6290行这样子写
var external_jQuery_ = $;
在index.html页面加上jquery的js引用
应该不会报错了

@Lq-q
Copy link

Lq-q commented Sep 5, 2023

直接暴力的把6290行这样子写
var external_jQuery_ = $;
暴力修改后,又发现什么隐患吗,有没有失效的可能

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

No branches or pull requests

4 participants