new ohlc; beta signin; elaborated order status (not working yet)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<beta-signin>
|
||||
<slot v-if="status===Status.OK" v-bind="$props"/>
|
||||
<v-card v-if="status!==Status.OK" rounded="0">
|
||||
<v-card-title>
|
||||
@@ -35,6 +36,7 @@
|
||||
</v-card-actions>
|
||||
|
||||
</v-card>
|
||||
</beta-signin>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -42,8 +44,8 @@ import {useStore} from "@/store/store";
|
||||
import {computed, ref} from "vue";
|
||||
import {connectWallet, switchChain} from "@/blockchain/wallet.js";
|
||||
import Btn from "@/components/Btn.vue";
|
||||
import CopyButton from "@/components/CopyButton.vue";
|
||||
import Logo from "@/components/Logo.vue";
|
||||
import BetaSignin from "@/components/BetaSignin.vue";
|
||||
|
||||
const s = useStore()
|
||||
const disabled = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user