chrome开发者工具下提示:

[WARN][Anonymous] [Ext.Loader] Synchronously loading 'Ext.field.Text'; consider adding 'Ext.field.Text' explicitly as a require of the corresponding class 

 

解决方法:事先指定加载 Ext.field.Text (文件路径为 src/field/Text.js)

 

sencha警告:[WARN][Anonymous] [Ext.Loader] Synchronously loading 'Ext.field.Text'

 

详细原理参考:http://blog.csdn.net/yanwushu/article/details/8296372

相关文章:

  • 2021-10-22
  • 2022-01-15
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2021-06-10
猜你喜欢
  • 2021-11-07
  • 2021-11-11
  • 2022-12-23
  • 2021-07-07
  • 2022-01-19
相关资源
相似解决方案