chore: fix playground import

This commit is contained in:
Evan You 2024-12-08 15:55:23 +08:00
parent d376f00091
commit 30a7e7967c
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ export function DevPlugin({ browser = false } = {}) {
return {
resolve: {
alias: {
'vue/vapor': resolve('runtime-vapor/src'),
vue: resolve('vue/src/runtime.ts'),
vue: resolve('vue/src/runtime-with-vapor.ts'),
'@vue/runtime-core': resolve('runtime-core/src'),
'@vue/runtime-dom': resolve('runtime-dom/src'),