Add DisplayError to show user errors from the backend

This commit is contained in:
Keavon Chambers
2021-08-08 16:52:09 -07:00
parent fbf2c012c3
commit 89ee35b831
8 changed files with 54 additions and 25 deletions
+1
View File
@@ -2,6 +2,7 @@ import { createApp } from "vue";
import { fullscreenModeChanged } from "@/utilities/fullscreen";
import { handleKeyUp, handleKeyDown, handleMouseDown } from "@/utilities/input";
import App from "@/App.vue";
import "@/utilities/errors";
// Bind global browser events
document.addEventListener("contextmenu", (e) => e.preventDefault());