narkan
Results
1
comments of
narkan
Finally solved it this way: store.js: ``` export const actions = { // Populate the state using an API request via axios async populateEmotions ({ commit, state }) { try...