1.0.1 • Published 4 years ago

q-touch-hold v1.0.1

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

Quasar Framework logo

Quasar Components - TouchHold

Pull out the touch-hold of Quasar Framework directive to make the package very small.

Installation

$ npm install q-touch-hold --save

Usage

import TouchHold from 'q-touch-hold'
Vue.use(TouchHold)

Config vue.config.js

module.exports = {
  transpileDependencies: [
    'q-touch-hold', // add this
  ],
}

Documentation

Head on to the Quasar Framework official website: virtual-scroll

Supporting Quasar

Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome backers.

Please read our manifest on Why donations are important. If you'd like to become a donator, check out Quasar Framework's Donator campaign.

Stay in Touch

For latest releases and announcements, follow on Twitter: @quasarframework

Chat Support

Ask questions at the official community Discord server: https://chat.quasar.dev

Community Forum

Ask questions at the official community forum: https://forum.quasar.dev

Contributing

I'm excited if you want to contribute to Quasar under any form (report bugs, write a plugin, fix an issue, write a new feature). Please read the Contributing Guide.

Semver

Quasar is following Semantic Versioning 2.0.

License

Copyright (c) 2015-present Razvan Stoenescu

MIT License