我的问题是关于 Custom Header Links (icons) 的。
如果 URL 没有修复,我该怎么办?有没有办法链接到 JavaScript 来执行操作?
我的问题是关于 Custom Header Links (icons) 的。
如果 URL 没有修复,我该怎么办?有没有办法链接到 JavaScript 来执行操作?
嘿,狗狗!
是的,这需要一个自定义脚本。你能解释一下你的用例吗?
谢谢回复,
我需要调用聊天插件来创建一个特定的聊天室,
可能像这样:
@action
chatWithSomebody() {
chat
.upsertDmChannelForUsernames([somebody_name])
.then((channel) => {
this.router.transitionTo("chat.channel", ...channel.routeModels);
});
}