Ember Cannot read property 'extend' of undefined

求指教
图片描述

App = Ember.Application.create();

App.ApplicationView = Ember.View.extend({
templateName : 'application1'
});

阅读 3.1k
1 个回答

Ember 2.0已经移除了View

#11794 [CLEANUP] Move Ember.View and Ember.CoreView into ember-legacy-views addon.

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进