I am trying to link to a section in another route. I looked online and cannot find a way to do this basic function in Ember JS.
I have tried:
href="someRoute#section" // does not work
and
<LinkTo @route="someRoute#section">Link</LinkTo> // someRoute#section route does not exist
Does anyone know of a way of getting this to work. I am using Ember Octane so I can use anything available in there to help.
Aucun commentaire:
Enregistrer un commentaire