Sha256: 7731364df227c6fa84222f22969ff76efca2e5a59743bf0db58770f487316893
Contents?: true
Size: 333 Bytes
Versions: 24
Compression:
Stored size: 333 Bytes
Contents
export default { data() { return { currentDropdown: null } }, methods: { onDropdownToggle(dropdown) { if ( dropdown.open && this.currentDropdown && dropdown !== this.currentDropdown ) { this.currentDropdown.close() } this.currentDropdown = dropdown }, }, }
Version data entries
24 entries across 24 versions & 1 rubygems