From 763471669544585dc2f1ac8206cc365cd8755f73 Mon Sep 17 00:00:00 2001 From: atlansien Date: Fri, 11 Oct 2024 18:55:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20auto-imports=E3=81=AEstartingFile?= =?UTF-8?q?=E3=81=AE=E3=83=91=E3=82=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/2.concepts/4.auto-imports/.template/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.concepts/4.auto-imports/.template/index.ts b/content/2.concepts/4.auto-imports/.template/index.ts index 0ca55ab..201753a 100644 --- a/content/2.concepts/4.auto-imports/.template/index.ts +++ b/content/2.concepts/4.auto-imports/.template/index.ts @@ -1,7 +1,7 @@ import type { GuideMeta } from '~/types/guides' export const meta: GuideMeta = { - startingFile: 'pages/index.vue', + startingFile: 'app.vue', features: { fileTree: true, },