When the browser parses the html file, will it parse the elements in the image?
Or when we use components, how are these custom component elements arranged?
I’m a bad person, and I’m very confused now. Maybe I didn’t ask the question well. Please give me some advice. .
It will be analyzed.
This is just a component template of VUE to facilitate module separation during development.
When running, you can use chrome's debugging tool to see that the spans and class names are there as they are.
It will be parsed. The template template of each Vue component must be wrapped in a container. The content in the template is displayed like ordinary HTML. The data is mapped to the view layer through the viewModel layer for display