From: Evan You Date: Sun, 8 Dec 2024 07:55:23 +0000 (+0800) Subject: chore: fix playground import X-Git-Tag: v3.6.0-alpha.1~16^2~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a7e7967ce5b0345f8b05a9663a557d37f5a34f;p=thirdparty%2Fvuejs%2Fcore.git chore: fix playground import --- diff --git a/playground/setup/dev.js b/playground/setup/dev.js index 5402b40735..01232e01d9 100644 --- a/playground/setup/dev.js +++ b/playground/setup/dev.js @@ -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'),