-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Sometimes it is needed to build complex fill-in forms depending on multiple objects, that could be changed inside the component and should be updated at parent component.
Example of possible use (there are many such cases in complex graph-based single page apps):
<oreder-card v-model:profile="user.profile" v-model:order="order"></order-card>
Current approach:
<oreder-card :profile="user.profile" v-on:input_profile="user.profile = arguments[0]" :order="order" v-on:input_order="order = arguments[0]"></order-card>
hustlzp, Manuel-Suarez-Abascal, kazalt, niudai, NicoWeio and 3 more
Metadata
Metadata
Assignees
Labels
No labels