null & undefined handling

This commit is contained in:
Tim Olson
2024-01-07 23:12:57 -04:00
parent 8fabfe0d2b
commit 52a41c6f81
11 changed files with 52 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<template>
<TimedOrder/>
<!-- <Vault/>-->
<!-- <TimedOrder/>-->
<Vault/>
</template>
<script setup>

View File

@@ -2,8 +2,8 @@
<!-- todo needs account -->
<needs-signer>
<vault :owner="s.account" :num="0"/>
<new-order class="my-6"/>
<faucet class="mt-3"/>
<new-order class="my-6"/>
</needs-signer>
</template>