From 124160e417015ed55afc2e7a9207429ff4eaebb4 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 23 Jun 2023 09:03:52 +0800 Subject: [PATCH] workflow: upgrade repl, use monaco + volar for sfc playground (#8625) --- packages/sfc-playground/index.html | 14 +++++------ packages/sfc-playground/package.json | 2 +- packages/sfc-playground/src/App.vue | 2 ++ packages/sfc-playground/src/Header.vue | 24 +++++++++---------- .../sfc-playground/src/download/download.ts | 6 ++++- pnpm-lock.yaml | 14 ++++------- 6 files changed, 32 insertions(+), 30 deletions(-) diff --git a/packages/sfc-playground/index.html b/packages/sfc-playground/index.html index d9ca2eb808..26431e1344 100644 --- a/packages/sfc-playground/index.html +++ b/packages/sfc-playground/index.html @@ -8,14 +8,14 @@ Vue SFC Playground diff --git a/packages/sfc-playground/package.json b/packages/sfc-playground/package.json index 38916073af..0203934823 100644 --- a/packages/sfc-playground/package.json +++ b/packages/sfc-playground/package.json @@ -12,7 +12,7 @@ "vite": "^4.3.0" }, "dependencies": { - "@vue/repl": "^1.5.0", + "@vue/repl": "^2.1.3", "file-saver": "^2.0.5", "jszip": "^3.6.0", "vue": "workspace:*" diff --git a/packages/sfc-playground/src/App.vue b/packages/sfc-playground/src/App.vue index f7db1b7951..e21f7328e8 100644 --- a/packages/sfc-playground/src/App.vue +++ b/packages/sfc-playground/src/App.vue @@ -1,6 +1,7 @@