Fetch collection after element load

Hello,

I am trying to load a collection that uses a filter from a date input, and have it fetch once the variable is set. I thought that on page load would work but it the variable is set after the on load workflows. Whats the best way around this?

Appreciate the help,
Thanks!


image

Fetch collections on mounted of your component :slight_smile:
It’s after it gets “mounted” in your page.

1 Like