gpt4 book ai didi

javascript - 未捕获的 TypeError : this. transitionTo 不是一个函数

转载 作者:数据小太阳 更新时间:2023-10-29 04:23:45 25 4
gpt4 key购买 nike

我刚刚将我的应用程序升级到 ember 2.1 并在我的网络浏览器控制台中收到此错误:

Uncaught TypeError: this.transitionTo is not a function

在我的 url 中,我有一个名为 direction 的变量:

http://localhost:4200/plates/new?direction=plates

然后我将其构建到我的 Controller 中:

export default Ember.Controller.extend({
queryParams: ['direction'],
direction: null,
actions: {
lastpage(){
this.transitionTo(this.get('direction'));
},
save(...){
},

},
});

这在我升级之前是有效的。什么折旧/如何解决此错误?

最佳答案

在 Controller 中,您需要使用 this.transitionToRoute 而不是 this.transitionTo。对于 1.x 的大部分内容,这已被弃用。

关于javascript - 未捕获的 TypeError : this. transitionTo 不是一个函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33425787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com