]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix playground import
authorEvan You <evan@vuejs.org>
Sun, 8 Dec 2024 07:55:23 +0000 (15:55 +0800)
committerEvan You <evan@vuejs.org>
Sun, 8 Dec 2024 07:55:23 +0000 (15:55 +0800)
playground/setup/dev.js

index 5402b4073563c9b7acfa54968fcbfbcf3a5759c4..01232e01d999685877236bcec4292884a3ae3ee7 100644 (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'),