From: Evan You Date: Tue, 7 Sep 2021 04:29:18 +0000 (-0400) Subject: chore(sfc-playground): dark mode X-Git-Tag: v3.2.10~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5f1e679e7e7621424a0e8905fcb21d1dfcf8d95;p=thirdparty%2Fvuejs%2Fcore.git chore(sfc-playground): dark mode --- diff --git a/packages/sfc-playground/index.html b/packages/sfc-playground/index.html index f58afbc929..f8373877d6 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 d866cef99f..07affb3d71 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 4f8adc2147..912f343754 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -102,7 +102,7 @@ async function fetchVersions(): Promise { {