王明君
王明君
It would report "File not found with singular glob: F:\proj\build\tmp\html\js\plugin\swiper\swiper.min.css" while processing "index.html" in the flollowing tree: ----------------------------------------------------------------------------- html |- main |- customer |- E238 |- index.html js |- plugin ...
事件监听,描述了业务代码对状态变更的感知需求。当视图已经处于活动状态时,立即执行为视图添加的 ready 或 enter 事件监听器可能略显武断,不排除特定场景下不需要,或不能立即执行的可能。 变更建议:事件监听的 on() 方法允许指明是否在状态满足时立即执行
Initializer does not work automatically when view.js is load by ajax. View.js can by default detect this situation( document.readyState === 'complete') and execute initilizer automatically.