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'], }, }, )