]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Thu, 27 Mar 2025 07:34:00 +0000 (07:34 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Mar 2025 07:34:00 +0000 (07:34 +0000)
packages-private/vapor-e2e-test/interop/components/SimpleVaporComp.vue

index d2d7be5680d38a8a7b87b9c873a7f76a3fc8bc5d..65661740cd964efffb86988133a6af7031e14cee 100644 (file)
@@ -2,5 +2,5 @@
 const msg = 'vapor comp'
 </script>
 <template>
-    <div>{{ msg }}</div>
+  <div>{{ msg }}</div>
 </template>