[Vuejs]-Add items to a shopping cart with Vue?

0👍

For this kind of situation, use a state management pattern like vuex (or pinia), and it will store your data after route change also.

For more clear context, go through this link:
https://vuex.vuejs.org/

Leave a comment