Closed davidangelesu closed 8 months ago
The name part for the router was never added, but it should be easy to enable.
Are you using vue3 or vue2?
Hi, I am currently using vue2
On Sun, Mar 24, 2024, 00:58 Sebastien Jourdain (Kitware) < @.***> wrote:
Are you using vue3 or vue2?
— Reply to this email directly, view it on GitHub https://github.com/Kitware/trame-router/issues/2#issuecomment-2016635607, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACD2CURNW3DMU7HDQRG2FMDYZYJKRAVCNFSM6AAAAABFEWHNYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGYZTKNRQG4 . You are receiving this because you authored the thread.Message ID: @.***>
Fixed in v2.2.0
Amazing! thanks
On Sun, Mar 24, 2024, 21:54 Sebastien Jourdain (Kitware) < @.***> wrote:
Fixed in v2.2.0
— Reply to this email directly, view it on GitHub https://github.com/Kitware/trame-router/issues/2#issuecomment-2016939993, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACD2CURXJOWXJE4SVEQVA33YZ44RHAVCNFSM6AAAAABFEWHNYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWHEZTSOJZGM . You are receiving this because you authored the thread.Message ID: @.***>
Hi there, I am having some issues with utilizing Named Vue's (maybe I might be trying to do something that is currently not supported)
I am currently defining some RouterViewLayout's:
and I am trying to load a specific View in the drawer and another one in the Sidebar
After some debugging it seems that the issue comes from the name parameter that i am passing to the RouterView is not being taken into consideration