You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let beforeDestroy$ =this.$eventToObservable('hook:beforeDestroy').take(1)
208
208
Rx.Observable.interval(500)
@@ -247,7 +247,7 @@ var vm = new Vue({
247
247
248
248
Convert function calls to observable sequence which emits the call arguments.
249
249
250
-
This is a prototype method added to instances. Use it to create a shared hot observable from a function name. The function will assigned as a vm method.
250
+
This is a prototype method added to instances. Use it to create a shared hot observable from a function name. The function will be assigned as a vm method.
0 commit comments