I wrote a single file component. In vue format, you can add multiple components to a <template> through the router. However, it seems that you can only add one to <template>. What if I have multiple vue files? Does it take routing to put together a complete page? What is the meaning of <template>?
components are created and mounted
The app.vue file of a certain project:
You can put multiple components in the template
The meaning of router is that different URLs use different components and pass different data