ota-check.client.ts 171 B

1234567
  1. import { useOTAStore } from '~/store/useOTAStore'
  2. export default defineNuxtPlugin(async () => {
  3. const otaStore = useOTAStore()
  4. await otaStore.checkForUpdates()
  5. })