[SOLVED] Framework7-Vue panel-close not working

If I use list item without link prop, then panel-close will not close the panel.

For example,

<f7-list>
  <f7-list-item title="my title" panel-close></f7-list-item>
</f7-list>

panel-close can be used only on links and buttons, you need to add link="#" attribute to list item

2 Likes