From 574829360733c10420dfe9ee9a46f49c64b75185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=82=E7=9C=81=E9=92=B1?= <561864073@qq.com> Date: Fri, 28 Aug 2020 15:19:39 +0800 Subject: [PATCH 01/60] =?UTF-8?q?Easy=20Editor=20v1.0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 3 +- src/App.vue | 62 +- src/router/index.js | 20 - src/views/01-editor/01-editor.vue | 680 ------------------ src/views/02-editor/02-editor.vue | 18 - src/views/Layout/Layout.vue | 82 --- .../customToolbar/component/styleSelect.vue | 9 - src/views/customToolbar/customToolbar.vue | 8 +- src/views/helloworld/HelloWorld.vue | 84 --- src/views/stencilToolbar/stencilToolbar.vue | 249 ------- src/views/toolbar/toolbar.vue | 154 ---- 11 files changed, 6 insertions(+), 1363 deletions(-) delete mode 100644 src/views/01-editor/01-editor.vue delete mode 100644 src/views/02-editor/02-editor.vue delete mode 100644 src/views/Layout/Layout.vue delete mode 100644 src/views/helloworld/HelloWorld.vue delete mode 100644 src/views/stencilToolbar/stencilToolbar.vue delete mode 100644 src/views/toolbar/toolbar.vue diff --git a/public/index.html b/public/index.html index dbd9352..d95903d 100644 --- a/public/index.html +++ b/public/index.html @@ -14,9 +14,8 @@ We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue. -
+ -