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

自動インポートのセクションでstartingFileが存在しないパスを指している #87

@atlansien

Description

@atlansien

https://github.com/vuejs-jp/learn.nuxt.com/tree/main/content/2.concepts/4.auto-imports/.template には pages/index.vue はないが、最初に表示するページとして、GuideMetaは pages/index.vue を指定しています

import type { GuideMeta } from '~/types/guides'
export const meta: GuideMeta = {
startingFile: 'pages/index.vue',
features: {
fileTree: true,
},
}

おそらく上記の影響でエディタに不整合が発生し、そのまま何も表示されない状態が発生しています。
その後Show Solutionをクリックするとエディタがバグるのかなにを選択しても(他のセクションに移動しても)コードが表示されない状態になります

スクリーンショット 2024-10-11 18 54 18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions