From e22d7cdb088954d7e7a2afffcd8f4ef9519f308e Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 17 Aug 2021 15:42:18 -0400 Subject: [PATCH] chore(sfc-playground): update code style and syntax --- packages/sfc-playground/src/App.vue | 14 +- packages/sfc-playground/src/Header.vue | 1 - packages/sfc-playground/src/Message.vue | 32 +++-- packages/sfc-playground/src/SplitPane.vue | 48 +++---- packages/sfc-playground/src/editor/Editor.vue | 20 +-- .../src/editor/FileSelector.vue | 62 ++++---- packages/sfc-playground/src/output/Output.vue | 32 +++-- .../sfc-playground/src/output/Preview.vue | 132 ++++++++++-------- 8 files changed, 184 insertions(+), 157 deletions(-) diff --git a/packages/sfc-playground/src/App.vue b/packages/sfc-playground/src/App.vue index 6a0047d74d3..d2e6f1edab5 100644 --- a/packages/sfc-playground/src/App.vue +++ b/packages/sfc-playground/src/App.vue @@ -1,3 +1,10 @@ + + - - \ No newline at end of file + diff --git a/packages/sfc-playground/src/editor/Editor.vue b/packages/sfc-playground/src/editor/Editor.vue index 481450289ec..de615369c18 100644 --- a/packages/sfc-playground/src/editor/Editor.vue +++ b/packages/sfc-playground/src/editor/Editor.vue @@ -1,11 +1,3 @@ - - + +