DesignRevision / shards-vue

🌟Shards Vue is a free, beautiful and modern Vue.js UI kit based on Shards.
https://designrevision.com/docs/shards-vue/
MIT License
393 stars 40 forks source link

How to add dynamic collapse #22

Open wasiqaftab opened 5 years ago

wasiqaftab commented 5 years ago

Hi

i am trying to make accordion dynamic and i am binding the id like this

<d-btn block-level size="small" theme="secondary" href="#" v-b-toggle="'accordion'+index" >Accordion 1</d-btn>

But its not working any idea what i am doing wrong