Pinia store not making actions
Hi, i'm builing a online store with shopping cart managment. To do so i decided to implement a pinia store to handle the custoimer cart for example
The problem is that my actions are never making change to the state and i don't understand why
Here is the code of the store
Then in my component i call the addAccessory method, but nothing happen in the state,
I have no error, but this --> internal server error /node_modules/tailwindcss/tailwind.css?direct:12335:20
I shouldn't be related but..
Hope it's pretty clear !
0 Replies