diff --git a/src/directive.js b/src/directive.js index fefbed0..ea077ff 100644 --- a/src/directive.js +++ b/src/directive.js @@ -186,7 +186,7 @@ export default { expression: binding.value }; const args = arguments; - el[ctx].vm.$on('hook:mounted', function () { + el[ctx].vm.$on('hook:updated', function () { el[ctx].vm.$nextTick(function () { if (isAttached(el)) { doBind.call(el[ctx], args);