File: js/vue/src/directives/public/index.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vue Resume   js/vue/src/directives/public/index.js   Download  
File: js/vue/src/directives/public/index.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Vue Resume
Build reactive Web user interfaces
Author: By
Last change:
Date: 7 years ago
Size: 530 bytes
 

Contents

Class file image Download
// text & html import text from './text' import html from './html' // logic control import vFor from './for' import vIf from './if' import show from './show' // two-way binding import model from './model/index' // event handling import on from './on' // attributes import bind from './bind' // ref & el import el from './el' import ref from './ref' // cloak import cloak from './cloak' // must export plain object export default { text, html, 'for': vFor, 'if': vIf, show, model, on, bind, el, ref, cloak }