Vuejs open/toggle single item
问题 I work with single file components and have a list in one of them. This list should work like a accordion, but as far as I can find in the Vuejs docs, it's not that easy to make each item open separately very easily. The data (questions and answers) is retrieved from an ajax call. I use jQuery for that, but would like to know how I can make the accordion work Vuejs-style. Any help would be appreciated! Here's the code: export default { name: 'faq-component', props: ['faqid', 'faqserviceurl',