@vueuse/nuxt 7.6.0 → 7.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/indexes.json +3 -3
- package/package.json +2 -2
package/indexes.json
CHANGED
|
@@ -349,12 +349,12 @@
|
|
|
349
349
|
"description": "listen for keyboard key being stroked"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
"name": "
|
|
352
|
+
"name": "onLongPress",
|
|
353
353
|
"package": "core",
|
|
354
|
-
"lastUpdated":
|
|
354
|
+
"lastUpdated": 1644416339000,
|
|
355
355
|
"component": true,
|
|
356
356
|
"directive": true,
|
|
357
|
-
"docs": "https://vueuse.org/core/
|
|
357
|
+
"docs": "https://vueuse.org/core/onLongPress/",
|
|
358
358
|
"category": "Sensors",
|
|
359
359
|
"description": "listen for a long press on an element"
|
|
360
360
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/nuxt",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.1",
|
|
4
4
|
"description": "VueUse Nuxt Module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"types": "./index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
|
|
38
|
-
"@vueuse/core": "7.6.
|
|
38
|
+
"@vueuse/core": "7.6.1",
|
|
39
39
|
"local-pkg": "^0.4.1",
|
|
40
40
|
"vue-demi": "*"
|
|
41
41
|
},
|