components: {App}? isn"t there only one App.vue file name? No App variable found! In vue"s todo-list example, the b of components is written like this: components: {"signature": variable name}, such as components: {"todo-list":TodoList}, where components: {App}, there is neither label nor variable, how do you understand it?
is also written in template: template:"< App/ >". What should be defined in template is a tag. I would like to ask, where is the < App > tag? There doesn"t seem to be this label!