[Vuejs]-Update a data in database using vuex

0๐Ÿ‘

โœ…

  1. Use a comma instead of plus in your axios request
  2. Not sure what your response is but this does nothing
state.details.findIndex((param) => param.id === detail);
  1. You need to push into array if not exists

Leave a comment