@@ -4,7 +4,7 @@ module.exports = {
bind: function () {
var el = this.el
- this.vm.$once('hook:ready', function () {
+ this.vm.$once('hook:compiled', function () {
el.removeAttribute(config.prefix + 'cloak')
})
}