@vueuse/metadata 9.11.1 → 9.12.0
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/index.cjs +22 -14
- package/index.json +22 -14
- package/index.mjs +22 -14
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -905,7 +905,7 @@ var functions$1 = [
|
|
|
905
905
|
{
|
|
906
906
|
name: "useColorMode",
|
|
907
907
|
"package": "core",
|
|
908
|
-
lastUpdated:
|
|
908
|
+
lastUpdated: 1674955241000,
|
|
909
909
|
component: true,
|
|
910
910
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
911
911
|
category: "Browser",
|
|
@@ -1124,7 +1124,7 @@ var functions$1 = [
|
|
|
1124
1124
|
{
|
|
1125
1125
|
name: "useElementSize",
|
|
1126
1126
|
"package": "core",
|
|
1127
|
-
lastUpdated:
|
|
1127
|
+
lastUpdated: 1674954789000,
|
|
1128
1128
|
component: true,
|
|
1129
1129
|
directive: true,
|
|
1130
1130
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1158,7 +1158,7 @@ var functions$1 = [
|
|
|
1158
1158
|
{
|
|
1159
1159
|
name: "useEventBus",
|
|
1160
1160
|
"package": "core",
|
|
1161
|
-
lastUpdated:
|
|
1161
|
+
lastUpdated: 1674955241000,
|
|
1162
1162
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1163
1163
|
category: "Utilities",
|
|
1164
1164
|
description: "a basic event bus"
|
|
@@ -1199,7 +1199,7 @@ var functions$1 = [
|
|
|
1199
1199
|
{
|
|
1200
1200
|
name: "useFetch",
|
|
1201
1201
|
"package": "core",
|
|
1202
|
-
lastUpdated:
|
|
1202
|
+
lastUpdated: 1674955241000,
|
|
1203
1203
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1204
1204
|
category: "Network",
|
|
1205
1205
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1258,7 +1258,7 @@ var functions$1 = [
|
|
|
1258
1258
|
{
|
|
1259
1259
|
name: "useFocusWithin",
|
|
1260
1260
|
"package": "core",
|
|
1261
|
-
lastUpdated:
|
|
1261
|
+
lastUpdated: 1674955241000,
|
|
1262
1262
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1263
1263
|
category: "Sensors",
|
|
1264
1264
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1369,7 +1369,7 @@ var functions$1 = [
|
|
|
1369
1369
|
{
|
|
1370
1370
|
name: "useIntervalFn",
|
|
1371
1371
|
"package": "shared",
|
|
1372
|
-
lastUpdated:
|
|
1372
|
+
lastUpdated: 1674954620000,
|
|
1373
1373
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1374
1374
|
category: "Animation",
|
|
1375
1375
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1472,7 +1472,7 @@ var functions$1 = [
|
|
|
1472
1472
|
{
|
|
1473
1473
|
name: "useMediaControls",
|
|
1474
1474
|
"package": "core",
|
|
1475
|
-
lastUpdated:
|
|
1475
|
+
lastUpdated: 1674853020000,
|
|
1476
1476
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1477
1477
|
category: "Browser",
|
|
1478
1478
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1550,7 +1550,7 @@ var functions$1 = [
|
|
|
1550
1550
|
{
|
|
1551
1551
|
name: "useMouseInElement",
|
|
1552
1552
|
"package": "core",
|
|
1553
|
-
lastUpdated:
|
|
1553
|
+
lastUpdated: 1674954670000,
|
|
1554
1554
|
component: true,
|
|
1555
1555
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1556
1556
|
category: "Elements",
|
|
@@ -1700,7 +1700,7 @@ var functions$1 = [
|
|
|
1700
1700
|
{
|
|
1701
1701
|
name: "usePrecision",
|
|
1702
1702
|
"package": "math",
|
|
1703
|
-
lastUpdated:
|
|
1703
|
+
lastUpdated: 1674662786000,
|
|
1704
1704
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1705
1705
|
category: "@Math",
|
|
1706
1706
|
description: "reactively set the precision of a number"
|
|
@@ -1754,6 +1754,14 @@ var functions$1 = [
|
|
|
1754
1754
|
category: "Browser",
|
|
1755
1755
|
description: "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1756
1756
|
},
|
|
1757
|
+
{
|
|
1758
|
+
name: "usePrevious",
|
|
1759
|
+
"package": "core",
|
|
1760
|
+
lastUpdated: 1674951743000,
|
|
1761
|
+
docs: "https://vueuse.org/core/usePrevious/",
|
|
1762
|
+
category: "Utilities",
|
|
1763
|
+
description: "holds the previous value of a ref"
|
|
1764
|
+
},
|
|
1757
1765
|
{
|
|
1758
1766
|
name: "useProjection",
|
|
1759
1767
|
"package": "math",
|
|
@@ -1778,7 +1786,7 @@ var functions$1 = [
|
|
|
1778
1786
|
{
|
|
1779
1787
|
name: "useRafFn",
|
|
1780
1788
|
"package": "core",
|
|
1781
|
-
lastUpdated:
|
|
1789
|
+
lastUpdated: 1674954620000,
|
|
1782
1790
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1783
1791
|
category: "Animation",
|
|
1784
1792
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1831,7 +1839,7 @@ var functions$1 = [
|
|
|
1831
1839
|
{
|
|
1832
1840
|
name: "useRouteQuery",
|
|
1833
1841
|
"package": "router",
|
|
1834
|
-
lastUpdated:
|
|
1842
|
+
lastUpdated: 1674955241000,
|
|
1835
1843
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1836
1844
|
category: "@Router",
|
|
1837
1845
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2111,7 +2119,7 @@ var functions$1 = [
|
|
|
2111
2119
|
{
|
|
2112
2120
|
name: "useTimeoutFn",
|
|
2113
2121
|
"package": "shared",
|
|
2114
|
-
lastUpdated:
|
|
2122
|
+
lastUpdated: 1674954620000,
|
|
2115
2123
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2116
2124
|
category: "Animation",
|
|
2117
2125
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2177,7 +2185,7 @@ var functions$1 = [
|
|
|
2177
2185
|
{
|
|
2178
2186
|
name: "useTransition",
|
|
2179
2187
|
"package": "core",
|
|
2180
|
-
lastUpdated:
|
|
2188
|
+
lastUpdated: 1674955241000,
|
|
2181
2189
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2182
2190
|
category: "Animation",
|
|
2183
2191
|
description: "transition between values"
|
|
@@ -2270,7 +2278,7 @@ var functions$1 = [
|
|
|
2270
2278
|
{
|
|
2271
2279
|
name: "useWebSocket",
|
|
2272
2280
|
"package": "core",
|
|
2273
|
-
lastUpdated:
|
|
2281
|
+
lastUpdated: 1674954839000,
|
|
2274
2282
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2275
2283
|
category: "Network",
|
|
2276
2284
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.json
CHANGED
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
{
|
|
905
905
|
"name": "useColorMode",
|
|
906
906
|
"package": "core",
|
|
907
|
-
"lastUpdated":
|
|
907
|
+
"lastUpdated": 1674955241000,
|
|
908
908
|
"component": true,
|
|
909
909
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
910
910
|
"category": "Browser",
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
{
|
|
1124
1124
|
"name": "useElementSize",
|
|
1125
1125
|
"package": "core",
|
|
1126
|
-
"lastUpdated":
|
|
1126
|
+
"lastUpdated": 1674954789000,
|
|
1127
1127
|
"component": true,
|
|
1128
1128
|
"directive": true,
|
|
1129
1129
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
{
|
|
1158
1158
|
"name": "useEventBus",
|
|
1159
1159
|
"package": "core",
|
|
1160
|
-
"lastUpdated":
|
|
1160
|
+
"lastUpdated": 1674955241000,
|
|
1161
1161
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
1162
1162
|
"category": "Utilities",
|
|
1163
1163
|
"description": "a basic event bus"
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
{
|
|
1199
1199
|
"name": "useFetch",
|
|
1200
1200
|
"package": "core",
|
|
1201
|
-
"lastUpdated":
|
|
1201
|
+
"lastUpdated": 1674955241000,
|
|
1202
1202
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1203
1203
|
"category": "Network",
|
|
1204
1204
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
{
|
|
1258
1258
|
"name": "useFocusWithin",
|
|
1259
1259
|
"package": "core",
|
|
1260
|
-
"lastUpdated":
|
|
1260
|
+
"lastUpdated": 1674955241000,
|
|
1261
1261
|
"docs": "https://vueuse.org/core/useFocusWithin/",
|
|
1262
1262
|
"category": "Sensors",
|
|
1263
1263
|
"description": "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
{
|
|
1369
1369
|
"name": "useIntervalFn",
|
|
1370
1370
|
"package": "shared",
|
|
1371
|
-
"lastUpdated":
|
|
1371
|
+
"lastUpdated": 1674954620000,
|
|
1372
1372
|
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
1373
1373
|
"category": "Animation",
|
|
1374
1374
|
"description": "wrapper for `setInterval` with controls"
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
{
|
|
1472
1472
|
"name": "useMediaControls",
|
|
1473
1473
|
"package": "core",
|
|
1474
|
-
"lastUpdated":
|
|
1474
|
+
"lastUpdated": 1674853020000,
|
|
1475
1475
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1476
1476
|
"category": "Browser",
|
|
1477
1477
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1549,7 +1549,7 @@
|
|
|
1549
1549
|
{
|
|
1550
1550
|
"name": "useMouseInElement",
|
|
1551
1551
|
"package": "core",
|
|
1552
|
-
"lastUpdated":
|
|
1552
|
+
"lastUpdated": 1674954670000,
|
|
1553
1553
|
"component": true,
|
|
1554
1554
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1555
1555
|
"category": "Elements",
|
|
@@ -1699,7 +1699,7 @@
|
|
|
1699
1699
|
{
|
|
1700
1700
|
"name": "usePrecision",
|
|
1701
1701
|
"package": "math",
|
|
1702
|
-
"lastUpdated":
|
|
1702
|
+
"lastUpdated": 1674662786000,
|
|
1703
1703
|
"docs": "https://vueuse.org/math/usePrecision/",
|
|
1704
1704
|
"category": "@Math",
|
|
1705
1705
|
"description": "reactively set the precision of a number"
|
|
@@ -1753,6 +1753,14 @@
|
|
|
1753
1753
|
"category": "Browser",
|
|
1754
1754
|
"description": "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1755
1755
|
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "usePrevious",
|
|
1758
|
+
"package": "core",
|
|
1759
|
+
"lastUpdated": 1674951743000,
|
|
1760
|
+
"docs": "https://vueuse.org/core/usePrevious/",
|
|
1761
|
+
"category": "Utilities",
|
|
1762
|
+
"description": "holds the previous value of a ref"
|
|
1763
|
+
},
|
|
1756
1764
|
{
|
|
1757
1765
|
"name": "useProjection",
|
|
1758
1766
|
"package": "math",
|
|
@@ -1777,7 +1785,7 @@
|
|
|
1777
1785
|
{
|
|
1778
1786
|
"name": "useRafFn",
|
|
1779
1787
|
"package": "core",
|
|
1780
|
-
"lastUpdated":
|
|
1788
|
+
"lastUpdated": 1674954620000,
|
|
1781
1789
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1782
1790
|
"category": "Animation",
|
|
1783
1791
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1830,7 +1838,7 @@
|
|
|
1830
1838
|
{
|
|
1831
1839
|
"name": "useRouteQuery",
|
|
1832
1840
|
"package": "router",
|
|
1833
|
-
"lastUpdated":
|
|
1841
|
+
"lastUpdated": 1674955241000,
|
|
1834
1842
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1835
1843
|
"category": "@Router",
|
|
1836
1844
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -2110,7 +2118,7 @@
|
|
|
2110
2118
|
{
|
|
2111
2119
|
"name": "useTimeoutFn",
|
|
2112
2120
|
"package": "shared",
|
|
2113
|
-
"lastUpdated":
|
|
2121
|
+
"lastUpdated": 1674954620000,
|
|
2114
2122
|
"docs": "https://vueuse.org/shared/useTimeoutFn/",
|
|
2115
2123
|
"category": "Animation",
|
|
2116
2124
|
"description": "wrapper for `setTimeout` with controls"
|
|
@@ -2176,7 +2184,7 @@
|
|
|
2176
2184
|
{
|
|
2177
2185
|
"name": "useTransition",
|
|
2178
2186
|
"package": "core",
|
|
2179
|
-
"lastUpdated":
|
|
2187
|
+
"lastUpdated": 1674955241000,
|
|
2180
2188
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
2181
2189
|
"category": "Animation",
|
|
2182
2190
|
"description": "transition between values"
|
|
@@ -2269,7 +2277,7 @@
|
|
|
2269
2277
|
{
|
|
2270
2278
|
"name": "useWebSocket",
|
|
2271
2279
|
"package": "core",
|
|
2272
|
-
"lastUpdated":
|
|
2280
|
+
"lastUpdated": 1674954839000,
|
|
2273
2281
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2274
2282
|
"category": "Network",
|
|
2275
2283
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.mjs
CHANGED
|
@@ -903,7 +903,7 @@ var functions$1 = [
|
|
|
903
903
|
{
|
|
904
904
|
name: "useColorMode",
|
|
905
905
|
"package": "core",
|
|
906
|
-
lastUpdated:
|
|
906
|
+
lastUpdated: 1674955241000,
|
|
907
907
|
component: true,
|
|
908
908
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
909
909
|
category: "Browser",
|
|
@@ -1122,7 +1122,7 @@ var functions$1 = [
|
|
|
1122
1122
|
{
|
|
1123
1123
|
name: "useElementSize",
|
|
1124
1124
|
"package": "core",
|
|
1125
|
-
lastUpdated:
|
|
1125
|
+
lastUpdated: 1674954789000,
|
|
1126
1126
|
component: true,
|
|
1127
1127
|
directive: true,
|
|
1128
1128
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1156,7 +1156,7 @@ var functions$1 = [
|
|
|
1156
1156
|
{
|
|
1157
1157
|
name: "useEventBus",
|
|
1158
1158
|
"package": "core",
|
|
1159
|
-
lastUpdated:
|
|
1159
|
+
lastUpdated: 1674955241000,
|
|
1160
1160
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1161
1161
|
category: "Utilities",
|
|
1162
1162
|
description: "a basic event bus"
|
|
@@ -1197,7 +1197,7 @@ var functions$1 = [
|
|
|
1197
1197
|
{
|
|
1198
1198
|
name: "useFetch",
|
|
1199
1199
|
"package": "core",
|
|
1200
|
-
lastUpdated:
|
|
1200
|
+
lastUpdated: 1674955241000,
|
|
1201
1201
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1202
1202
|
category: "Network",
|
|
1203
1203
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1256,7 +1256,7 @@ var functions$1 = [
|
|
|
1256
1256
|
{
|
|
1257
1257
|
name: "useFocusWithin",
|
|
1258
1258
|
"package": "core",
|
|
1259
|
-
lastUpdated:
|
|
1259
|
+
lastUpdated: 1674955241000,
|
|
1260
1260
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1261
1261
|
category: "Sensors",
|
|
1262
1262
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1367,7 +1367,7 @@ var functions$1 = [
|
|
|
1367
1367
|
{
|
|
1368
1368
|
name: "useIntervalFn",
|
|
1369
1369
|
"package": "shared",
|
|
1370
|
-
lastUpdated:
|
|
1370
|
+
lastUpdated: 1674954620000,
|
|
1371
1371
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1372
1372
|
category: "Animation",
|
|
1373
1373
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1470,7 +1470,7 @@ var functions$1 = [
|
|
|
1470
1470
|
{
|
|
1471
1471
|
name: "useMediaControls",
|
|
1472
1472
|
"package": "core",
|
|
1473
|
-
lastUpdated:
|
|
1473
|
+
lastUpdated: 1674853020000,
|
|
1474
1474
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1475
1475
|
category: "Browser",
|
|
1476
1476
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1548,7 +1548,7 @@ var functions$1 = [
|
|
|
1548
1548
|
{
|
|
1549
1549
|
name: "useMouseInElement",
|
|
1550
1550
|
"package": "core",
|
|
1551
|
-
lastUpdated:
|
|
1551
|
+
lastUpdated: 1674954670000,
|
|
1552
1552
|
component: true,
|
|
1553
1553
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1554
1554
|
category: "Elements",
|
|
@@ -1698,7 +1698,7 @@ var functions$1 = [
|
|
|
1698
1698
|
{
|
|
1699
1699
|
name: "usePrecision",
|
|
1700
1700
|
"package": "math",
|
|
1701
|
-
lastUpdated:
|
|
1701
|
+
lastUpdated: 1674662786000,
|
|
1702
1702
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1703
1703
|
category: "@Math",
|
|
1704
1704
|
description: "reactively set the precision of a number"
|
|
@@ -1752,6 +1752,14 @@ var functions$1 = [
|
|
|
1752
1752
|
category: "Browser",
|
|
1753
1753
|
description: "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1754
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
name: "usePrevious",
|
|
1757
|
+
"package": "core",
|
|
1758
|
+
lastUpdated: 1674951743000,
|
|
1759
|
+
docs: "https://vueuse.org/core/usePrevious/",
|
|
1760
|
+
category: "Utilities",
|
|
1761
|
+
description: "holds the previous value of a ref"
|
|
1762
|
+
},
|
|
1755
1763
|
{
|
|
1756
1764
|
name: "useProjection",
|
|
1757
1765
|
"package": "math",
|
|
@@ -1776,7 +1784,7 @@ var functions$1 = [
|
|
|
1776
1784
|
{
|
|
1777
1785
|
name: "useRafFn",
|
|
1778
1786
|
"package": "core",
|
|
1779
|
-
lastUpdated:
|
|
1787
|
+
lastUpdated: 1674954620000,
|
|
1780
1788
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1781
1789
|
category: "Animation",
|
|
1782
1790
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1829,7 +1837,7 @@ var functions$1 = [
|
|
|
1829
1837
|
{
|
|
1830
1838
|
name: "useRouteQuery",
|
|
1831
1839
|
"package": "router",
|
|
1832
|
-
lastUpdated:
|
|
1840
|
+
lastUpdated: 1674955241000,
|
|
1833
1841
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1834
1842
|
category: "@Router",
|
|
1835
1843
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2109,7 +2117,7 @@ var functions$1 = [
|
|
|
2109
2117
|
{
|
|
2110
2118
|
name: "useTimeoutFn",
|
|
2111
2119
|
"package": "shared",
|
|
2112
|
-
lastUpdated:
|
|
2120
|
+
lastUpdated: 1674954620000,
|
|
2113
2121
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2114
2122
|
category: "Animation",
|
|
2115
2123
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2175,7 +2183,7 @@ var functions$1 = [
|
|
|
2175
2183
|
{
|
|
2176
2184
|
name: "useTransition",
|
|
2177
2185
|
"package": "core",
|
|
2178
|
-
lastUpdated:
|
|
2186
|
+
lastUpdated: 1674955241000,
|
|
2179
2187
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2180
2188
|
category: "Animation",
|
|
2181
2189
|
description: "transition between values"
|
|
@@ -2268,7 +2276,7 @@ var functions$1 = [
|
|
|
2268
2276
|
{
|
|
2269
2277
|
name: "useWebSocket",
|
|
2270
2278
|
"package": "core",
|
|
2271
|
-
lastUpdated:
|
|
2279
|
+
lastUpdated: 1674954839000,
|
|
2272
2280
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2273
2281
|
category: "Network",
|
|
2274
2282
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|