From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Fri, 7 Mar 2025 03:11:53 +0000 (+0000)
Subject: [autofix.ci] apply automated fixes
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d8ada577fa92921a946ebfbd8fc4c57efb63e6;p=thirdparty%2Fvuejs%2Fcore.git
[autofix.ci] apply automated fixes
---
diff --git a/packages-private/vapor-e2e-test/transition/App.vue b/packages-private/vapor-e2e-test/transition/App.vue
index 83061a6033..057bb0a229 100644
--- a/packages-private/vapor-e2e-test/transition/App.vue
+++ b/packages-private/vapor-e2e-test/transition/App.vue
@@ -34,11 +34,18 @@ function toggleInteropComponent() {
- calls.push('beforeEnter')" @enter="() => calls.push('onEnter')"
- @afterEnter="() => calls.push('afterEnter')" @beforeLeave="() => calls.push('beforeLeave')"
- @leave="() => calls.push('onLeave')" @afterLeave="() => calls.push('afterLeave')"
- @beforeAppear="() => calls.push('beforeAppear')" @appear="() => calls.push('onAppear')"
- @afterAppear="() => calls.push('afterAppear')">
+ calls.push('beforeEnter')"
+ @enter="() => calls.push('onEnter')"
+ @afterEnter="() => calls.push('afterEnter')"
+ @beforeLeave="() => calls.push('beforeLeave')"
+ @leave="() => calls.push('onLeave')"
+ @afterLeave="() => calls.push('afterLeave')"
+ @beforeAppear="() => calls.push('beforeAppear')"
+ @appear="() => calls.push('onAppear')"
+ @afterAppear="() => calls.push('afterAppear')"
+ >
vIf
@@ -73,7 +80,9 @@ function toggleInteropComponent() {
-
+
@@ -81,7 +90,9 @@ function toggleInteropComponent() {
-
+
diff --git a/packages-private/vapor-e2e-test/transition/components/VdomComp.vue b/packages-private/vapor-e2e-test/transition/components/VdomComp.vue
index 1cda5cdb3e..009ca229a5 100644
--- a/packages-private/vapor-e2e-test/transition/components/VdomComp.vue
+++ b/packages-private/vapor-e2e-test/transition/components/VdomComp.vue
@@ -2,5 +2,5 @@
const msg = 'vdom comp'
- {{ msg }}
+ {{ msg }}