From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:41:57 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3dffc23c88478687311d2e20a42377ae647752;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 6d2ebd0506..008506800e 100644 --- a/packages-private/vapor-e2e-test/transition/App.vue +++ b/packages-private/vapor-e2e-test/transition/App.vue @@ -8,7 +8,8 @@ import VaporCompA from './components/VaporCompA.vue' import VaporCompB from './components/VaporCompB.vue' const activeComponent = shallowRef(VaporCompA) function toggleComponent() { - activeComponent.value = activeComponent.value === VaporCompA ? VaporCompB : VaporCompA + activeComponent.value = + activeComponent.value === VaporCompA ? VaporCompB : VaporCompA } @@ -42,6 +43,6 @@ function toggleComponent() { \ No newline at end of file + diff --git a/packages-private/vapor-e2e-test/transition/components/VaporCompA.vue b/packages-private/vapor-e2e-test/transition/components/VaporCompA.vue index 24c98ecb63..c22f3b6bbc 100644 --- a/packages-private/vapor-e2e-test/transition/components/VaporCompA.vue +++ b/packages-private/vapor-e2e-test/transition/components/VaporCompA.vue @@ -2,5 +2,5 @@ const msg = 'vapor compB' \ No newline at end of file +
{{ msg }}
+ diff --git a/packages-private/vapor-e2e-test/transition/components/VaporCompB.vue b/packages-private/vapor-e2e-test/transition/components/VaporCompB.vue index 8064165f3f..40b09eaf45 100644 --- a/packages-private/vapor-e2e-test/transition/components/VaporCompB.vue +++ b/packages-private/vapor-e2e-test/transition/components/VaporCompB.vue @@ -2,5 +2,5 @@ const msg = 'vapor compA' \ No newline at end of file +
{{ msg }}
+ diff --git a/packages-private/vapor-e2e-test/transition/style.css b/packages-private/vapor-e2e-test/transition/style.css index 3f1cce3dc7..98f19c8cd9 100644 --- a/packages-private/vapor-e2e-test/transition/style.css +++ b/packages-private/vapor-e2e-test/transition/style.css @@ -16,4 +16,4 @@ .fade-enter-from, .fade-leave-to { opacity: 0; -} \ No newline at end of file +}