АН
<nuxt-link :to="localePath('index')>Size: a a a
АН
<nuxt-link :to="localePath('index')>АН
С
<nuxt-link :to="localePath('index')>АН
export default {
methods: {
localeLink(path) {
return this.$i18n.locale === 'en' ? path : `/${this.$i18n.locale}${path}`;
}
}
};АН
С
export default {
methods: {
localeLink(path) {
return this.$i18n.locale === 'en' ? path : `/${this.$i18n.locale}${path}`;
}
}
};N
АН
BS
АН
<nuxt-link :to="localePath({ name: 'index' })">АН
IA
BS
IA
let str = this.ru_s.join(',')
this.$router.push({ query: { ru_s: str, ...this.$route.query } })BS
let str = this.ru_s.join(',')
this.$router.push({ query: { ru_s: str, ...this.$route.query } })BS
IA
IA
N
YS