Skip to content

Instantly share code, notes, and snippets.

@asadmalik
Created May 23, 2024 13:25
Show Gist options
  • Save asadmalik/109d88da167adeba2060eea9d5d6f59c to your computer and use it in GitHub Desktop.
Save asadmalik/109d88da167adeba2060eea9d5d6f59c to your computer and use it in GitHub Desktop.
import { useBattery } from "@vueuse/core";
const { charging, chargingTime, dischargingTime, level } = useBattery();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment