Git Product home page Git Product logo

Comments (5)

regou avatar regou commented on July 23, 2024

this.$fromDOMEvent(null, 'scroll') is this line correct?

from vue-rx.

RyderJKL avatar RyderJKL commented on July 23, 2024

@regou Is it not possible to add a scroll event in this way?
I made a simple demo on the CodeSandbox.
I successfully listened to the click, mousemove and other events on the container element through $fromDOMEvent, and even listened to the scroll event on the container via the mounted lifecycle, but using $fromDOMEvent would not work.

from vue-rx.

regou avatar regou commented on July 23, 2024

subscriptions is called before created lifecycle, in that case the selector is unable to select the element
Try v-stream

from vue-rx.

arjamizo avatar arjamizo commented on July 23, 2024
import { fromEvent } from 'rxjs'
// Vue instance
subscriptions() {
   scroll$: fromEvent(window, 'scroll'),
   consoleLog: this.scroll$.subscribe(msg => console.log(msg))
}

should work :)

from vue-rx.

1shaked avatar 1shaked commented on July 23, 2024

the error I get when I try to do this with nuxt.js and I added it as a plugin is the window is not defined

[Vue warn]: Error in created hook: "ReferenceError: window is not defined"

from vue-rx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.