#In a page, how to refresh a component from another ?

2 messages · Page 1 of 1 (latest)

brazen thicket
#

I have two different components in a page, one allows to add an item to a database via API, the other fetches the list of items in this database. How can I call a { refresh } of the list ListComponent once a new item is added from AddItemComponent ? Maybe using some VueUse function...

#

In a page, how to refresh a component from another ?