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

Commit e85226a

Browse files
atlansienatlansien
andauthored
fix: auto-imports startingFile path (#88)
Co-authored-by: atlansien <[email protected]>
1 parent 65fbf9a commit e85226a

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)