diff --git a/docs/custom/config-routes.md b/docs/custom/config-routes.md index ace04c6118..f87bccb81e 100644 --- a/docs/custom/config-routes.md +++ b/docs/custom/config-routes.md @@ -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'), }, ]