From 592e87a22f6be559a7477a799c40605f5b779d55 Mon Sep 17 00:00:00 2001 From: egstartsev Date: Sat, 29 Oct 2022 01:44:30 +0300 Subject: [PATCH] added pause and resume controls for geolocation watcher --- packages/core/useGeolocation/demo.vue | 8 +++--- packages/core/useGeolocation/index.md | 4 ++- packages/core/useGeolocation/index.ts | 36 ++++++++++++++++++--------- 3 files changed, 31 insertions(+), 17 deletions(-) diff --git a/packages/core/useGeolocation/demo.vue b/packages/core/useGeolocation/demo.vue index 9a60b3bc2d4..556b132910b 100644 --- a/packages/core/useGeolocation/demo.vue +++ b/packages/core/useGeolocation/demo.vue @@ -1,7 +1,7 @@