Skip to content

Commit 5a38b9e

Browse files
autofix-ci[bot]birkskyum
authored andcommitted
ci: apply automated fixes
1 parent 0afd238 commit 5a38b9e

File tree

2 files changed

+2
-2
lines changed
  • e2e/vue-router/basic-file-based-jsx/src/routes
  • examples/vue/basic-file-based-jsx/src/routes

2 files changed

+2
-2
lines changed

e2e/vue-router/basic-file-based-jsx/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function RootComponent() {
9090
unicode path
9191
</Link>
9292
<Link
93-
to={"/this-route-does-not-exist" as any}
93+
to={'/this-route-does-not-exist' as any}
9494
activeProps={{ class: 'font-bold' }}
9595
>
9696
This Route Does Not Exist

examples/vue/basic-file-based-jsx/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function RootComponent() {
9090
unicode path
9191
</Link>
9292
<Link
93-
to={"/this-route-does-not-exist" as any}
93+
to={'/this-route-does-not-exist' as any}
9494
activeProps={{ class: 'font-bold' }}
9595
>
9696
This Route Does Not Exist

0 commit comments

Comments
 (0)