Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 7634716

Browse files
atlansienatlansien
authored andcommitted
fix: auto-importsのstartingFileのパス修正
1 parent 3c39d7c commit 7634716

File tree

1 file changed

+1
-1
lines changed
  • content/2.concepts/4.auto-imports/.template

1 file changed

+1
-1
lines changed

content/2.concepts/4.auto-imports/.template/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { GuideMeta } from '~/types/guides'
22

33
export const meta: GuideMeta = {
4-
startingFile: 'pages/index.vue',
4+
startingFile: 'app.vue',
55
features: {
66
fileTree: true,
77
},

0 commit comments

Comments
 (0)