Simple Accordion With Vue JS

  HTML: <div id="app">     <h1>Simple Accordion w/ Vue JS</h1>     <div class="accordions">         <dl v-for="(row, id) in rows">             <dt v-on:click="row.open = !row.open">{{ row.term }}</dt>
相關文章
相關標籤/搜索