From c2dbe55d7bfa652cc6f273bb81442d43b4116ae1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:41:57 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/custom/config-routes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'), }, ]