N
Nuxt2y ago
ninox023

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
warflash
warflash2y ago
Put the data in a store like pinia
ninox023
ninox023OP2y ago
Thanks. That's what I did the last hour 😄 I thought nuxtlink have an direct way.

Did you find this page helpful?