Sha256: dd6c074bac30c2117e6b826a11df830b457ea84822f770794f3ec22341d0a7a6

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

var config = require('../config')

module.exports = {

  bind: function () {
    var el = this.el
    this.vm.$once('hook:compiled', function () {
      el.removeAttribute(config.prefix + 'cloak')
    })
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluentd-ui-0.3.13 vendor/assets/javascripts/bower/vue/src/directives/cloak.js
fluentd-ui-0.3.12 vendor/assets/javascripts/bower/vue/src/directives/cloak.js
fluentd-ui-0.3.11 vendor/assets/javascripts/bower/vue/src/directives/cloak.js
fluentd-ui-0.3.10 vendor/assets/javascripts/bower/vue/src/directives/cloak.js
fluentd-ui-0.3.9 vendor/assets/javascripts/bower/vue/src/directives/cloak.js