Jelajahi Sumber

fix(playground): inline dep name

三咲智子 Kevin Deng 2 tahun lalu
induk
melakukan
3430b0c977
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'],
     },
   },
 )