needs-provider fix
This commit is contained in:
@@ -1,20 +1,17 @@
|
||||
<template>
|
||||
<needs-provider>
|
||||
<needs-signer>
|
||||
<phone-card>
|
||||
<v-card-title><v-icon icon="mdi-information-outline" size="small" color="grey-darken-1"/> Vault Orders</v-card-title>
|
||||
<v-card-item>
|
||||
<orders/>
|
||||
</v-card-item>
|
||||
</phone-card>
|
||||
</needs-signer>
|
||||
</needs-provider>
|
||||
<needs-signer>
|
||||
<phone-card>
|
||||
<v-card-title><v-icon icon="mdi-information-outline" size="small" color="grey-darken-1"/> Vault Orders</v-card-title>
|
||||
<v-card-item>
|
||||
<orders/>
|
||||
</v-card-item>
|
||||
</phone-card>
|
||||
</needs-signer>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Orders from "@/components/Status.vue";
|
||||
import NeedsSigner from "@/components/NeedsSigner.vue";
|
||||
import NeedsProvider from "@/components/NeedsProvider.vue";
|
||||
import PhoneCard from "@/components/PhoneCard.vue";
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user