1.0.0 • Published 4 years ago

lutzvue v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Lutzvue

Idle user checking for frontend applications

Usage

Start monitoring the user

created() {
  this.$watchIdle()
}

// or

created() {
  this.$watchIdle()
}

Subscribe with a function

created() {
  this.$watchIdle()
  this.$onIdle(() => alert("HEY"))
}
methods: {
  loadSomething() {
    this.$ignoreIdle()
    API.loadSomething().then(/*...*/)

  }
}

License

MIT © TBalint19

1.0.0

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago