Touring-Vue-Router
Touring-Vue-Router copied to clipboard
Multiple ID usage
trafficstars
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?