我正在尝试添加通知消息的链接,但它总是被解释为字符串
我正在为 Vue 使用 ant design
this.$notification.error({
message: 'error please contact <href="mailto:test@test.com?subject=test">',
duration: 15
});
});
Run Code Online (Sandbox Code Playgroud)
我尝试了很多方法,但没有任何效果,我还尝试将“消息”变成一个返回 html 字符串的函数,但没有用!