'Component import name vscode vue

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";

How can i fix it??



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source