From 6ebee5b7f3122dff9b2538130a9cdf094cebb4be Mon Sep 17 00:00:00 2001 From: majianquan Date: Sat, 15 Feb 2020 21:44:42 +0800 Subject: [PATCH] feat:remove css from html --- public/index.html | 18 --- src/components/CodemirrorEditor.vue | 7 +- src/main.js | 1 + src/scripts/closebrackets.js | 214 ++++++++++++++++++++++++++++ src/scripts/format.js | 1 + src/scripts/util.js | 1 + 6 files changed, 221 insertions(+), 21 deletions(-) create mode 100644 src/scripts/closebrackets.js diff --git a/public/index.html b/public/index.html index 8148158..bca21a8 100644 --- a/public/index.html +++ b/public/index.html @@ -41,21 +41,10 @@ - - - - - - - - - - - @@ -64,15 +53,8 @@ - - - - - - -