Data bindings in Vue
Hello, can someone confirm if my understanding of data binding is correct please. From what I've understood, data binding in vue is the link between our variable in our scripts and our UI. That is, say we have a variable message and this message is displayed onto the screen, this is what we refer to as data binding? (link between model and view).
Here is a definition I came across but don't know if it's correct:
1 Reply
Yup