Skip to content
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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MexinaD
Copy link
Member

@MexinaD MexinaD commented Jan 19, 2023

No description provided.

@MexinaD MexinaD requested a review from elirehema January 19, 2023 10:35
@@ -26,7 +26,7 @@
<v-type-divider type="Info"></v-type-divider>
</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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants