some params is missing when use localePath · Issue #43 · nuxt-modules/i18n
My reload params is missing to nuxt-link like this <nuxt-link :to="localePath({ name: 'foo', params: { foo: 'nice', reload: true } })"> this.$router.push(localePath({ name: 'foo', params: { foo: 'n...</nuxt-link>