This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Did minor changes of button actions and labels#433
Open
MexinaD wants to merge 1 commit intoamalatechnologies:masterfrom
Open
Did minor changes of button actions and labels#433MexinaD wants to merge 1 commit intoamalatechnologies:masterfrom
MexinaD wants to merge 1 commit intoamalatechnologies:masterfrom
Conversation
elirehema
suggested changes
Jan 23, 2023
| </v-flex> | ||
| <v-flex xs12 md12 class="ma-0 pa-0"> | ||
| <v-address-card :address="address"></v-address-card> | ||
| <v-address-card :address="address">{{userdata.address}}</v-address-card> |
Member
There was a problem hiding this comment.
Hello @MexinaD v-address-card is a custom component defined in components and registered to c_cards as child component of c_card_info with name v-address-card.
Since it is a custom component and child of another component, In vue we can only pass data to a child component by using props and not Interpolation
The address component will expect address of type Object. So we should pass it as :address="ADDRESS_OBJECT"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.