From 5b333c4dab00b9c0389687c3a37c5604f08e891f Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Sun, 13 Dec 2020 18:03:50 +0800 Subject: [PATCH] update --- src/App.vue | 16 ++++++ src/configs/element.ts | 36 ++++++------ src/configs/fontName.ts | 8 ++- src/configs/keyCode.ts | 34 +++++------ src/store/mutations.ts | 30 +++++++++- src/store/state.ts | 3 +- src/utils/index.ts | 6 +- src/views/Editor/Canvas/index.vue | 11 ++++ src/views/Editor/index.vue | 95 ++++++++++++++++++++++++++++++- 9 files changed, 195 insertions(+), 44 deletions(-) diff --git a/src/App.vue b/src/App.vue index e1f27f4..5ff4cd1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,22 @@ + +