How to transform a vue.js application to uibuilder

Hello, very interesting topic,
I have been experimenting with Node-red, Uibuilder and Vue also .. but im not a developer ..

when jumping between the different routes, which works, the UiBuilder view looses context when comming back

try ..

<keep-alive>
    <router-view></router-view>
</keep-alive>
1 Like

Thanks a lot for the hint. This didn't change anything unfortuatley. But well i am not a seasoned FE dev either and will have to dig into it. As the page is a more or less copy implementation of the std uibuilder page this behaviour may be intentional i.e. it rests everytime you navigate to it.

I'll will try to figure it out

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.