From a5f1e679e7e7621424a0e8905fcb21d1dfcf8d95 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 7 Sep 2021 00:29:18 -0400 Subject: [PATCH] chore(sfc-playground): dark mode --- packages/sfc-playground/index.html | 40 +++++++++++++++----------- packages/sfc-playground/package.json | 6 ++-- packages/sfc-playground/src/Header.vue | 29 +++++++++++++++---- packages/sfc-playground/src/main.ts | 1 - yarn.lock | 18 ++++++------ 5 files changed, 60 insertions(+), 34 deletions(-) diff --git a/packages/sfc-playground/index.html b/packages/sfc-playground/index.html index f58afbc9295..f8373877d60 100644 --- a/packages/sfc-playground/index.html +++ b/packages/sfc-playground/index.html @@ -1,20 +1,28 @@ - - - - - - Vue SFC Playground + + + + + + Vue SFC Playground - - + + - - - - - -
- - \ No newline at end of file + + + + +
+ + diff --git a/packages/sfc-playground/package.json b/packages/sfc-playground/package.json index d866cef99ff..07affb3d715 100644 --- a/packages/sfc-playground/package.json +++ b/packages/sfc-playground/package.json @@ -8,11 +8,11 @@ "serve": "vite preview" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.2.0", - "vite": "^2.4.0" + "@vitejs/plugin-vue": "^1.6.0", + "vite": "^2.5.0" }, "dependencies": { - "@vue/repl": "^0.1.0", + "@vue/repl": "^0.2.0", "file-saver": "^2.0.5", "jszip": "^3.6.0" } diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index 4f8adc21475..912f3437541 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -102,7 +102,7 @@ async function fetchVersions(): Promise { {