We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3291813 commit d4f324bCopy full SHA for d4f324b
src/directives/stream.js
@@ -50,11 +50,11 @@ export default {
50
data: handle.data
51
})
52
53
-
54
- // store handle on element with a unique key for identifying
55
- // multiple v-stream directives on the same node
56
- ;(el._rxHandles || (el._rxHandles = {}))[getKey(binding)] = handle
57
}
+
+ // 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
58
},
59
60
update (el, binding) {
0 commit comments