order placement doesnt crash

This commit is contained in:
Tim Olson
2023-10-14 22:06:43 -04:00
parent b699d76073
commit dc23ecdd20
7 changed files with 52 additions and 20 deletions

View File

@@ -16,6 +16,8 @@ import '@/styles/style.scss'
import {watchWallet} from "@/blockchain/wallet.js";
import "./socket.js"
BigInt.prototype.toJSON = function() { return this.toString() }
const app = createApp(App)
registerPlugins(app)