fix(playground): inline dep name

This commit is contained in:
三咲智子 Kevin Deng 2024-02-15 07:45:39 +08:00
parent 670109e287
commit 3430b0c977
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

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