Explorar el Código

fix(playground): inline dep name

三咲智子 Kevin Deng hace 2 años
padre
commit
3430b0c977
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'],
     },
   },
 )