Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Why are there two divs with the same id of app? #7

Copy link
Copy link
Open
@aysiscore

Description

@aysiscore
Issue body actions

In public/index.html there is a <div id="app"></div>

And then once again in src/App.vue

When the app is rendered to the browser there are now two div elements of the same id which is not HTML5 compliant code. I end up with:

<div id="app" data-v-app="">
<div id="app">
<!-- router content here -->
</div>
</div>

Why is this so and how can we change it so that the ids are unique for each div.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.