Sha256: 6ee7f5c05bb634902cc0499bbe3328c242a2cecddf118afbc000de5c14fc9f67
Contents?: true
Size: 209 Bytes
Versions: 6
Compression:
Stored size: 209 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
6 entries across 6 versions & 2 rubygems