remove toast test

This commit is contained in:
ogerly 2022-01-28 21:49:33 +01:00
parent 1c785e7e03
commit dbec30d891

View File

@ -27,8 +27,6 @@
</gdd-send> </gdd-send>
<hr /> <hr />
</b-container> </b-container>
<b-button variant="secondary" @click="makeToast('secondary')" class="mb-2">Secondary</b-button>
</div> </div>
</template> </template>
<script> <script>
@ -74,13 +72,6 @@ export default {
}, },
}, },
methods: { methods: {
makeToast(variant = null) {
this.$bvToast.toast('Toast body content', {
title: `Variant ${variant || 'default'}`,
variant: variant,
solid: true
})
},
setTransaction(data) { setTransaction(data) {
this.transactionData = { ...data } this.transactionData = { ...data }
this.currentTransactionStep = 1 this.currentTransactionStep = 1