mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
docs(geolocation): Fix js import example (#2043)
This commit is contained in:
@@ -100,7 +100,7 @@ import {
|
|||||||
requestPermissions,
|
requestPermissions,
|
||||||
getCurrentPosition,
|
getCurrentPosition,
|
||||||
watchPosition
|
watchPosition
|
||||||
} from '@tauri-apps/plugin-log'
|
} from '@tauri-apps/plugin-geolocation'
|
||||||
|
|
||||||
let permissions = await checkPermissions()
|
let permissions = await checkPermissions()
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user