Constructor sap.ui.core.ComponentContainer has been called without new operator
发布日期:2021-06-30 14:49:36 浏览次数:2 分类:技术文章

本文共 290 字,大约阅读时间需要 1 分钟。

我的 SAP UI5 应用启动后,在 Chrome 开发者工具遇到如下错误消息:

Constructor sap.ui.core.ComponentContainer has been called without “new” operator! -

sap.ui.getCore().attachInit(function(){
sap.ui.core.ComponentContainer({
name:"jerrylist"}).placeAt("content");});

加上 new 之后问题消失:

更多Jerry的原创文章,尽在:“汪子熙”:

转载地址:https://jerry.blog.csdn.net/article/details/117838878 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:SAP UI5 jQuery.sap.getModulePath 的工作原理
下一篇:SAP CRM One Order 框架培训材料

发表评论

最新留言

逛到本站,mark一下
[***.202.152.39]2024年04月25日 10时54分13秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章