このようなコンテナビューを定義して、通常のビューとして機能させることはできますか?それは私のために働いていないので。しかし、通常のEmber.View.extend()に切り替えると、タイトルと説明が表示されます。
App.SectionView = Ember.ContainerView.extend({tagName:'li'、classNames:['section']、defaultTemplate:Ember.Handlebars.compile(sectionTemplate)、titleBinding:'content.title'、descriptionBinding:'content.description '});
containerViewはテンプレートで機能しませんか?ありがとう。