[Vuejs]-How to update or show data of array in vue-cli

0👍

You have to pass item object or its id to edit method in a row and then use a router push statement with params as id which will route you towards new page. Where you get object details using ID from store or API in the mounted lifecycle hook

Leave a comment