javascript - vue component problem
巴扎黑
巴扎黑 2017-05-19 10:41:32
0
2
443

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. .

巴扎黑
巴扎黑

reply all(2)
阿神

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template