Skip to content

Commit e85226a

Browse files
atlansienatlansien
and
atlansien
authored
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

+1-1
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)