Open taipeiwu opened 6 years ago
建議提供滑鼠點擊後的事件設置,例如:
this.notifyService.success('title', 'content', { mouseOnClick: () => this.notifyClick() }); notifyClick() { this.router.navigate(['/']); }
建議提供滑鼠點擊後的事件設置,例如: