From af3d940cec65168d1d013ef11d83d6f7547d6e98 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 9 Apr 2022 12:04:02 -0500 Subject: [PATCH] inital dragable working --- src/App.vue | 5 +---- src/components/Editor.vue | 6 +++--- src/main.ts | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2d7adae..29deddd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,9 +4,6 @@ import { MathPage } from "./support/page"; (window as any).Stmt = MathStatement; (window as any).Pg = MathPage; - theme: { - defaultTheme: 'dark' - }