Kitware / trame-router

trame-router brings Vue Router capabilities into trame widgets and ui
MIT License
1 stars 1 forks source link

RouterView is not correctly populating when changing route #3

Closed davidangelesu closed 8 months ago

davidangelesu commented 8 months ago

Hi there,

I am having some issues with the RouterViewer as it is not populating the correct view (apart from the view linked to the root "/" path)

image

I am unable to pinpoint the reason as to what is causing this issue.

I am utilizing vue3 with the following version of the packages:

trame 3.5.4
trame-client 2.16.4
trame-router 2.2.0
trame-server 2.17.2
trame-vuetify 2.4.3

I am using the same same source code as the one shown in the package readme.md

jourdain commented 8 months ago

Can you provide a small example illustrating the issue? Thx

davidangelesu commented 8 months ago

Hi, sure: I am providing here a link to the main file of my repo with a simple example. (I also added the requirement.txt files to be able to replicate it)

https://github.com/davidangelesu/FWI-Visualization/blob/basic-router-example/main.py

jourdain commented 8 months ago

fixed in trame-client==2.16.5