chore(deps): switch to pnpm (#228)

This commit is contained in:
Benjamin Canac
2023-05-26 17:41:07 +02:00
committed by GitHub
parent b7099aa0d3
commit 2c6db975f9
12 changed files with 10174 additions and 9748 deletions

View File

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