<!-- Before I was doing this --> <nuxt-link :to="/newPath" append></nuxt-link> <!-- After removing the slash in the path, append works as expected.--> <nuxt-link :to="newPath" append></nuxt-link>