version: 0.6.1 This bottom is the small example, ``` <template lang="pug"> a-popover( placement="bottomRight" trigger="click" ) div#content(slot="content") a-select() a-select-option() xxx ... </template> ``` When I click the `select` item, the popover will be colsed, but I only expect colsed when outside the content element.