Sfoglia il codice sorgente

fix(playground): inline dep name

三咲智子 Kevin Deng 2 anni fa
parent
commit
3430b0c977
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'],
     },
   },
 )