diagonal line support
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<!-- todo needs account -->
|
||||
<needs-signer>
|
||||
<vault :owner="s.account" :num="0"/>
|
||||
<new-order class="my-6"/>
|
||||
<faucet class="mt-3"/>
|
||||
</needs-signer>
|
||||
</template>
|
||||
@@ -12,6 +13,7 @@ import Vault from "@/components/Vault.vue";
|
||||
import NeedsSigner from "@/components/NeedsSigner.vue";
|
||||
import Faucet from "@/components/Faucet.vue";
|
||||
import NeedsProvider from "@/components/NeedsProvider.vue";
|
||||
import NewOrder from "@/components/NewOrder.vue";
|
||||
|
||||
const s = useStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user