Data loader reloads on navigating to child routes? #537
-
I've got the following pages / routes in my Vue app:
Page 1 consists of 2 columns: on the left, the general information of the client is shown, which is loaded through the The general client information only has to be loaded once, as soon as the user navigates to page 1. However, as soon as the user navigates from page 1 to page 2, I noticed that the My route structure looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@posva do you know if this is a bug, or intended behavior? |
Beta Was this translation helpful? Give feedback.
This sounds like intended behavior. With the colada loader, it does track the properties that you consume on the route so it won’t trigger again but not with the basic one