项目作者: yashkarle

项目描述 :
udemy course tutorials and project work for learning VueJS
高级语言: JavaScript
项目地址: git://github.com/yashkarle/Vue-js-learning.git
创建时间: 2019-07-03T09:20:36Z
项目社区:https://github.com/yashkarle/Vue-js-learning

开源协议:

下载


Vue-js-learning

udemy course tutorials and project work for learning VueJS

List of Directives (examples)

  1. v-on:input => attach vue func/data to the change of state of the element, ‘input’ in this case
  2. v-bind:href => bind vue func/data to a html element. ‘href’ in this case
  3. v-once => hold back the initial set value and prevent re-rendering of the vue instance
  4. v-html => output raw html from vue object