Find Element by Ref

Hey, I am currently trying to make my Navbar scroll to my elements which I marked with ref="someName". The Problem is I am unsure how to access the refs, since the Navbar is its own component which I just add to my App.vue above my NuxtPage, so that every page has that navbar. How would I go ahead and access the refs (or somehow find by ref) and scroll to that element?
Was this page helpful?