udemy course tutorials and project work for learning VueJS
- v-on:input => attach vue func/data to the change of state of the element, 'input' in this case
- v-bind:href => bind vue func/data to a html element. 'href' in this case
- v-once => hold back the initial set value and prevent re-rendering of the vue instance
- v-html => output raw html from vue object