You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of content we're loading, and it takes Vue a while to render it all. Should look into <keep-alive> with a component for each dataset for caching rather than just storing the JSON data and making the client re-render on every switch.
The text was updated successfully, but these errors were encountered:
There's a lot of content we're loading, and it takes Vue a while to render it all. Should look into
<keep-alive>
with a component for each dataset for caching rather than just storing the JSON data and making the client re-render on every switch.The text was updated successfully, but these errors were encountered: