In vscode when i try to import a component through the autocomplete he add the word Vue in the final of the name.
for example: import MycomponentVue from "./components/MyComponent";
import MycomponentVue from "./components/MyComponent";
How can i fix it??