build: bump new versions
Publish to NPM / Check version changes and publish (push) Failing after 10m34s
Publish to NPM / Check version changes and publish (push) Failing after 10m34s
This commit is contained in:
@@ -26,7 +26,7 @@ export type RefThrottledReturn<T = unknown> = Ref<T>;
|
||||
* const scrollY = ref(0);
|
||||
* const throttledY = refThrottled(scrollY, 100, true, false);
|
||||
*
|
||||
* @since 0.0.15
|
||||
* @since 0.0.14
|
||||
*/
|
||||
export function refThrottled<T = unknown>(
|
||||
source: MaybeRefOrGetter<T>,
|
||||
|
||||
Reference in New Issue
Block a user