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.
有一个方法getAction()进入应用程序混合文件。我只需要从 ember 插件组件中调用该方法。请帮助我。
getAction()
您可以使用 :
var app = this.get("targetObject").get("applicationController"); app.send("getAction");