0👍
Your link have to be relative to the base URL of your app, see https://nuxtjs.org/api/configuration-router#base
So to fix your issue, declare your link with a starting slash as follows:
<nuxt-link to="/customer/new"> <b-button class="btn-sm btn-success" >nuevo</b-button></nuxt-link>
- [Vuejs]-VueJS – Post array of object using jquery $.ajax
- [Vuejs]-Why I can't create one layer for too or more shapes using vue-konva?
Source:stackexchange.com