From ba749922e4c0fd43b8b636679a44ebe4b7991e5b Mon Sep 17 00:00:00 2001 From: likui <2218301630@qq.com> Date: Thu, 23 Jul 2020 17:45:59 +0800 Subject: [PATCH] fix: fix playground --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 363e393..9f57cc1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "vue": "^2.6.11" + "vite": "^1.0.0-rc.3" }, "devDependencies": { "http-server": "^0.12.3"