InterviewSolution
Saved Bookmarks
| 1. |
Explain the dissimilarity between one-way data flow and two-way data binding? Which vue.js directive is used for each? |
|
Answer» The second one is preferable performance-wise since it uses the computed property. Computed property :
|
|