We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tdesign-mobile-vue/src/message/message.vue
Line 219 in 1665eeb
为何不是 props.onLinkClick?.(e);
The text was updated successfully, but these errors were encountered:
👋 @lilj,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
@lilj props.onLinkClick?.({ e }); 是正确的,和文档中的TS 类型(context: { e: MouseEvent }) => void 是匹配的哈
props.onLinkClick?.({ e });
(context: { e: MouseEvent }) => void
No branches or pull requests
tdesign-mobile-vue/src/message/message.vue
Line 219 in 1665eeb
为何不是 props.onLinkClick?.(e);
The text was updated successfully, but these errors were encountered: