[Vuejs]-Where do I put these props for this component?

3👍

These are the props it accepts when using it:

<mtc-tabs-accordion:mode="mode" :responsive="responsive">
 ...
</mtc-tabs-accordion>

you can define mode and responsive in data or setup if you are using Vue3.

Leave a comment