Kollol Chakraborty
Results
2
issues of
Kollol Chakraborty
I have one or two arrays of videos. An user can click and play any of them. here is my code. ```
This is how I imported the component ` import HorizontalStepper from "vue-stepper"; import StepOne from "~/components/service_steps/stepOne"; import StepTwo from "~/components/service_steps/stepTwo"; export default { components: { HorizontalStepper }, ` But it...