diff --git a/src/directives/stream.js b/src/directives/stream.js index 750f669..09d5e0c 100644 --- a/src/directives/stream.js +++ b/src/directives/stream.js @@ -50,11 +50,11 @@ export default { data: handle.data }) }) - - // store handle on element with a unique key for identifying - // multiple v-stream directives on the same node - ;(el._rxHandles || (el._rxHandles = {}))[getKey(binding)] = handle } + + // store handle on element with a unique key for identifying + // multiple v-stream directives on the same node + ;(el._rxHandles || (el._rxHandles = {}))[getKey(binding)] = handle }, update (el, binding) {