fix(playground): inline dep name
This commit is contained in:
parent
670109e287
commit
3430b0c977
|
@ -8,7 +8,7 @@ startVite(
|
|||
{ plugins: [DevPlugin()] },
|
||||
{
|
||||
deps: {
|
||||
inline: ['@vitejs/plugin-vue'],
|
||||
inline: ['@vue-vapor/vite-plugin-vue'],
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue