I created Vue app in VS code. When I try to run the app, the home component is rendered twice in the screen.
Here is the resulted homepage screen screenshot:

Here is the Home.vue code:

The Home component must be referenced twice. For example in App.vue or some other component you’re using.