项目作者: yashkarle
项目描述 :
udemy course tutorials and project work for learning VueJS
高级语言: JavaScript
项目地址: git://github.com/yashkarle/Vue-js-learning.git
Vue-js-learning
udemy course tutorials and project work for learning VueJS
List of Directives (examples)
- 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