Problem with nuxt-links navigation to pages with hashes/anchors

I am using nuxt-links in my website navigation, most of them point to hashed elements/anchors in the home page like: <nuxt-link v-else class="text-link" :to="localePath('index') + #hash" ...