chore(deps): update devdependency @nuxt/module-builder to v1 (v2) (#3801)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2025-04-05 11:12:17 +02:00
committed by GitHub
parent 4451768415
commit 252189de0a
3 changed files with 106 additions and 915 deletions

View File

@@ -1,6 +1,5 @@
import { createSharedComposable, useActiveElement } from '@vueuse/core'
import { ref, computed, onMounted } from 'vue'
import type {} from '@vueuse/shared'
export const _useShortcuts = () => {
const macOS = computed(() => import.meta.client && navigator && navigator.userAgent && navigator.userAgent.match(/Macintosh;/))