After listening to a few lectures, I don't understand the practical use of VUE in the project.
拼搏奋斗
拼搏奋斗 2019-08-17 21:56:04
0
1
1345

I have never seen VUE in actual project practice. I have never seen VUE used in any project. What is its practical use? ? ? ?

拼搏奋斗
拼搏奋斗

reply all(1)
- Rules° .

Before vue, the front end was basically dominated by jq. jq operates dom elements. For example, if you want to set the content of a certain div, you need to set it with $('.div'), but vue has changed this idea. You can directly use a props to bind the value in the dom. In the code, you only need to worry about how to operate the props, and the value of the div can be synchronized in real time.

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