This repository was archived by the owner on May 1, 2025. It is now read-only.
  
  
  
  
-
| https://github.com/vuejs-jp/learn.nuxt.com/blob/main/content/2.concepts/2.app-vue/index.md で何か困ったことや質問があれば遠慮なく質問して下さい | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            wattanx
          
      
      
        Oct 19, 2024 
      
    
    Replies: 1 comment 4 replies
-
| エントリがapp.vueとのことなのですが、これをindex.vueなどに変更はできたりするのでしょうか | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
公式では変更できるようなオプションを提供してなさそうに感じました
plugin とかを自分で作れば変更できるかもしれません。
↓で app.vue もしくは App.vue であることが固定になってるので
https://github.com/nuxt/nuxt/blob/abd5cae5410dcd80dc5a9e6d408eedf9f9cead4f/packages/nuxt/src/core/app.ts#L134-L140