Answer the question
In order to leave comments, you need to log in
How to influence the props of a child component from a parent?
Hello.
I have two components declared globally:
First: country selection
<f-select
:options="countries"
name="country"
placeholder="Выберите страну"
@change-option="getOption"
/>
<f-select
disabled
:options="cities"
name="city"
placeholder="Выберите город"
@change-option="getOption"
@status="compStatus"
/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question