我在ember.js应用程序中使用POD结构。 它在浏览器上运行良好。
然后我将我的代码转移到了ember-cli-cordova的环境中。 我在手机上安装应用后,屏幕上没有显示任何内容。
[app]
[application]
template.hbs
[index]
route.js
template.hbs
[应用] template.hbs
<h1>Template<h1>
{{outlet}}
[指数] template.hbs
<h1>Index<h1>
{{outlet}}
.ember-CLI
"usePods": true
出了什么问题? 提前谢谢!