vue-long-press-directive

WebJar for vue-long-press-directive

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

vue-long-press-directive
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

vue-long-press-directive
WebJar for vue-long-press-directive
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/kapetan/vue-long-press-directive

Скачать vue-long-press-directive

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-long-press-directive/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-long-press-directive</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-long-press-directive/
implementation 'org.webjars.npm:vue-long-press-directive:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-long-press-directive/
implementation ("org.webjars.npm:vue-long-press-directive:1.0.2")
'org.webjars.npm:vue-long-press-directive:jar:1.0.2'
<dependency org="org.webjars.npm" name="vue-long-press-directive" rev="1.0.2">
  <artifact name="vue-long-press-directive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-long-press-directive', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "vue-long-press-directive" % "1.0.2"
[org.webjars.npm/vue-long-press-directive "1.0.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

vue-long-press-directive

Long press directive plugin for Vue.js. See the live demo.

npm install vue-long-press-directive

Usage

Register the plugin with Vue. It's possible to specify the press duration in the options object.

var Vue = require('vue')
var longpress = require('vue-long-press-directive')

Vue.use(longpress, { duration: 1000 })

The directive can now be used in a template.

<button v-long-press='onlongpress'>Press and hold</button>

Версии библиотеки

Версия
1.0.2