Svelte ListItem popupClose

Actually, I am aware of a very simple process. But what I want to do is pretty clear. What should be the easiest way to do this? PopupClose does not work in ListItem

Working

<Link popupClose>Close</Link>

Not working

<ListItem link="/" view="#main-view" title="Home" popupClose>
      <i slot="media" class="icon f7-icons">house_fill</i>      
</ListItem>

What is the resulting output HTML you get with it?