Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我有按钮,当用户单击此我的应用程序完成重置时,我希望这意味着清除/清空模型会话或将创建的任何数据。根据这个主题,我尝试App.reset()但它不起作用。
App.reset()
OlapApp.Reset()重置 Ember。
OlapApp.Reset()
store.unloadAll(type)清空数据存储中的所有该类型。
store.unloadAll(type)