price constraints working

This commit is contained in:
Tim Olson
2023-11-05 16:50:06 -04:00
parent b483974268
commit bec1b33d22
13 changed files with 195 additions and 67 deletions

View File

@@ -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()