Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
<component v-bind="props"></component>
computed: {
props () {
const {ненужный_проп, ...props} = this.$props;
return props;
}
}
You need to immediately transfer only those props that are needed if you need age and male, then you only transfer them
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question