saveLink(link, category) { // Implement logic to save the link and fetch information this.savedLinks.push({ link, category }); }