PHP Classes

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

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   public/js/lib/vue/src/directives/public/index.js   Download  
File: public/js/lib/vue/src/directives/public/index.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
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 }