簡體   English   中英

使用Google Feeds API加載基於ExtJS的應用程序時遇到問題

[英]Having issues while loading the ExtJS based app with google feeds api

在加載基於ExtJS和使用Sencha 5.1.3.61的應用程序時遇到問題。 問題似乎出在這個文件ext/packages/ux/src/google/Feeds.js.

在應用啟動時遇到此錯誤。

"?file=feeds&v=1.x&output=nocss%3Dtrue&async=2:1 Uncaught Error: Module:'feeds' not found!"

任何解決方案或解決方法都可能有幫助!

您可以嘗試覆蓋它,例如:

Ext.define('Fiddle.ux.google.Feeds', {
    override: 'Ext.ux.google.Feeds',

    requiresGoogle: {}
});

問題得到了更換解決requiresGoogle : {...}_requiresGoogle : {...} 而已。

來源: https : //www.sencha.com/forum/showthread.php?334652-Google-Feed-API- deprecated/ page2

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM