price constraints working
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<!-- todo needs account -->
|
||||
<needs-signer>
|
||||
<Vault :owner="s.account" :num="0"/>
|
||||
<vault :owner="s.account" :num="0"/>
|
||||
<faucet class="mt-3"/>
|
||||
</needs-signer>
|
||||
</template>
|
||||
|
||||
@@ -9,6 +10,7 @@
|
||||
import {useStore} from "@/store/store";
|
||||
import Vault from "@/components/Vault.vue";
|
||||
import NeedsSigner from "@/components/NeedsSigner.vue";
|
||||
import Faucet from "@/components/Faucet.vue";
|
||||
|
||||
const s = useStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user