tunnel email from lastTransaction plugin

This commit is contained in:
ogerly 2022-12-16 08:46:51 +01:00
parent 9518adbe6d
commit 54a067c661
4 changed files with 8 additions and 3 deletions

View File

@ -37,11 +37,11 @@ export default {
name: { type: String, default: 'Email' },
label: { type: String, default: 'Email' },
placeholder: { type: String, default: 'Email' },
value: { required: true, type: String },
value: { required: true, type: String, default: '' },
},
data() {
return {
currentValue: '',
currentValue: this.value,
}
},
computed: {

View File

@ -24,7 +24,7 @@
class="mr-3"
></b-avatar>
<span class="mr-auto">
<name :linkedUser="transaction.linkedUser" />
<name :linkedUser="transaction.linkedUser" v-on="$listeners" />
</span>
<b-badge>{{ transaction.amount | GDD }}</b-badge>
</div>

View File

@ -46,6 +46,7 @@
:transactions="transactions"
:transactionCount="transactionCount"
:transactionLinkCount="transactionLinkCount"
@set-tunneled-email="setTunneledEmail"
/>
</b-col>
<b-col cols="12">

View File

@ -15,6 +15,7 @@
:transactions="transactions"
:transactionCount="transactionCount"
:transactionLinkCount="transactionLinkCount"
v-on="$listeners"
/>
</div>
</b-col>
@ -52,6 +53,7 @@
:transactions="transactions"
:transactionCount="transactionCount"
:transactionLinkCount="transactionLinkCount"
v-on="$listeners"
/>
</div>
</b-col>
@ -72,6 +74,7 @@
:transactions="transactions"
:transactionCount="transactionCount"
:transactionLinkCount="transactionLinkCount"
v-on="$listeners"
/>
</div>
</b-col>
@ -92,6 +95,7 @@
:transactions="transactions"
:transactionCount="transactionCount"
:transactionLinkCount="transactionLinkCount"
v-on="$listeners"
/>
</div>
</b-col>