Unable to send data through props in vue js
Context Hi everyone, I had created a product page which populate the products info from api . Now I am building the edit Product page. On edit product page , it contains 4 components which I am rendering through bootstrap-vue tabs components. You can see image & code below editProduct.vue <template> <div class=”landing-page”> <div class=”titleStyle”> […]