initial websocket setup

This commit is contained in:
Tim Olson
2023-08-28 20:29:56 -04:00
parent 054fe2cfa9
commit 274e1dfd7e
8 changed files with 123 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
<template>
<TimedOrder/>
<!-- <Vault/>-->
</template>
<script setup>
import TimedOrder from "@/components/TimedOrderEntry.vue";
import Vault from "@/components/Vault.vue";
</script>