From 3430b0c977d710f34cc6944a4ed25031c1704eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Thu, 15 Feb 2024 07:45:39 +0800 Subject: [PATCH] fix(playground): inline dep name --- playground/setup/vite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/setup/vite.js b/playground/setup/vite.js index e6b9a9272..f89f9cfe6 100644 --- a/playground/setup/vite.js +++ b/playground/setup/vite.js @@ -8,7 +8,7 @@ startVite( { plugins: [DevPlugin()] }, { deps: { - inline: ['@vitejs/plugin-vue'], + inline: ['@vue-vapor/vite-plugin-vue'], }, }, )