[go: up one dir, main page]

GlAccordianItem should emit when collapse state changes and or support v-model

As part of gitlab!76807 (merged), we want to see if the user has collapsed this accordian and persist that to localStorage, but accordian and accordian item don't emit anything or support v-model.

A watch is possible, but it would be nicer to use an event I think.