PHP Classes

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

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   public/js/lib/vue/src/directives/public/cloak.js   Download  
File: public/js/lib/vue/src/directives/public/cloak.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: 152 bytes
 

Contents

Class file image Download
export default { bind () { var el = this.el this.vm.$once('pre-hook:compiled', function () { el.removeAttribute('v-cloak') }) } }