Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
atlansien opened this issue Oct 11, 2024 · 1 comment

Comments

@atlansien
Copy link
Collaborator

atlansien commented Oct 11, 2024

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

@atlansien
Copy link
Collaborator Author

現象の動画(Issueだと容量オーバーで貼れなかったので)
https://vuejs-jp.slack.com/files/U028REVE24F/F07RFQZ4U59/autoimport.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant