search

Home  >  Q&A  >  body text

After listening to a few lectures, I don’t understand the practical use of VUE in the project.

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

拼搏奋斗拼搏奋斗1973 days ago1378

reply all(1)I'll reply

  • - Rules° .

    - Rules° .2019-08-18 10:15:16

    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.

    reply
    2
  • Cancelreply