Hi, There are two declarations of `id="app"` in this project, the first one here: https://github.com/Code-Pop/Touring-Vue-Router/blob/a16e6e1000a1b0e01963fa4902caa4152e586afb/src/App.vue#L2 and the second one here: https://github.com/Code-Pop/Touring-Vue-Router/blob/a16e6e1000a1b0e01963fa4902caa4152e586afb/public/index.html#L14 In one of the `real-world-vue` project there is only one usage in `index.html` page. Is that a mistake? How does vue deal with that?
Hi,
There are two declarations of
id="app"in this project, the first one here:Touring-Vue-Router/src/App.vue
Line 2 in a16e6e1
and the second one here:
Touring-Vue-Router/public/index.html
Line 14 in a16e6e1
In one of the
real-world-vueproject there is only one usage inindex.htmlpage.Is that a mistake? How does vue deal with that?