UNPKG

silk-gui

Version:

GUI for developers and Node OS

12 lines (9 loc) 210 B
var config = require('../config') module.exports = { bind: function () { var el = this.el this.vm.$once('hook:compiled', function () { el.removeAttribute(config.prefix + 'cloak') }) } }