Passing data with NuxtLink
Is it possible to pass existing data to a site using NuxtLink? I receive customer data via API, which I display in a table. To access customers' subscriptions, I want to use NuxtLink to point to a subsequent page. The forwarding works, but I would also like to forward the subscription data in order to access them. Is there a way to do this without fetching the data again?
2 Replies