Estimated reading time: 1 minute
  • https://github.com/gerasimvol/vue-faq-accordion/blob/master/src/vue-faq-accordion.vue

  • https://codepen.io/ktsn/pen/dzNRjx

  • https://codepen.io/diemah77/pen/avabWG menu
  • https://codepen.io/andrejsharapov/pen/pXMwLP menu

collapse

  • https://codepen.io/Laumak/pen/VPegzx
  • https://codepen.io/davestewart/pen/wPZxjb

  • https://vue.ant.design/components/collapse/
  • https://codepen.io/ktsn/pen/dzNRjx

toaster

  • https://github.com/shakee93/vue-toasted

select all checkbox

  • https://codepen.io/jh-thank-you/pen/qjVWOj

  • click -> menu

onclick service ~ menuOpen = {service: true} ~ preMenu = {about:false}

function open(ref){ this.menuOpen = {ref:true} this.preMenu = {about:false}

}