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