Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4f324b

Browse filesBrowse files
authored
Fix v-stream data update on custom component (#107)
1 parent 3291813 commit d4f324b
Copy full SHA for d4f324b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎src/directives/stream.js

Copy file name to clipboardExpand all lines: src/directives/stream.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ export default {
5050
data: handle.data
5151
})
5252
})
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
5753
}
54+
55+
// store handle on element with a unique key for identifying
56+
// multiple v-stream directives on the same node
57+
;(el._rxHandles || (el._rxHandles = {}))[getKey(binding)] = handle
5858
},
5959

6060
update (el, binding) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.