AL
computed: {
email: {
get () {
return this.$store.state.index.email;
},
set(value) {
this.$store.commit('index/setEmail', value);
}
}
},
Size: a a a
AL
computed: {
email: {
get () {
return this.$store.state.index.email;
},
set(value) {
this.$store.commit('index/setEmail', value);
}
}
},
AL
computed: {
email: {
get () {
return this.$store.state.index.email;
},
set(value) {
this.$store.commit('index/setEmail', value);
}
}
},
PM
С
AL
view-user.vue
и в конфиге в extendRoutes прописываю path: '/user/:id',
, как мне запретить переход по роуту /view-user
?RK
RK
RK
RK
SL
SL
RN
SL
RN
RN
SL
RN
RN