There is nothing wrong with my folder structure or code.
However, after one time I change my folder name, Vetur keeps yelling this message to me.
I've tried the following things
- completely delete repo and commit new git
- reinstall Vetur
- reboot the computer
- remove node_modules
but the problem still there, how can I fix it?
2022 August Update:
It could still be reproducible, but the error description may differ; the reproduction:
- Make a file named
Example.vue. - import
Example.vueinto some other file - Change the name
Example.vuetoexample.vue - Refactor the import statement to be
example.vueas well. - The error message will appear.