Parcourir la source

fix(playground): inline dep name

三咲智子 Kevin Deng il y a 2 ans
Parent
commit
3430b0c977
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      playground/setup/vite.js

+ 1 - 1
playground/setup/vite.js

@@ -8,7 +8,7 @@ startVite(
   { plugins: [DevPlugin()] },
   {
     deps: {
-      inline: ['@vitejs/plugin-vue'],
+      inline: ['@vue-vapor/vite-plugin-vue'],
     },
   },
 )