Joseph Hawkes-Cates
02/16/2023, 2:07 PMStylianos Gakis
02/16/2023, 2:22 PMJoseph Hawkes-Cates
02/16/2023, 2:35 PMJoseph Hawkes-Cates
02/16/2023, 2:37 PMnavigation1() {
destinationA()
destinationB()
}
navigation2() {
destinationC()
destinationB()
}
Where destination B is in both graphs. I’m thinking I should make these separate routes that just use the same composable, but wanted to check if that was the best way to go or if there was a way to share a destination between graphsStylianos Gakis
02/16/2023, 2:49 PMJoseph Hawkes-Cates
02/16/2023, 4:09 PMJoseph Hawkes-Cates
02/16/2023, 4:09 PMJoseph Hawkes-Cates
02/16/2023, 4:12 PM