Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Jul 25, 2024
1 parent 7bd5638 commit c2dbe55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/custom/config-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default defineRoutesSetup((routes) => {
...routes,
{
path: '/my-page',
// ---cut-start---
// @ts-expect-error missing types
// ---cut-end---
// ---cut-start---
// @ts-expect-error missing types
// ---cut-end---
component: () => import('../pages/my-page.vue'),
},
]
Expand Down

0 comments on commit c2dbe55

Please sign in to comment.