mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
chore(useShortcuts): prevent double export
This commit is contained in:
@@ -2,7 +2,7 @@ import { createSharedComposable, useActiveElement } from '@vueuse/core'
|
|||||||
import { ref, computed, onMounted } from 'vue'
|
import { ref, computed, onMounted } from 'vue'
|
||||||
import type {} from '@vueuse/shared'
|
import type {} from '@vueuse/shared'
|
||||||
|
|
||||||
export const _useShortcuts = () => {
|
const _useShortcuts = () => {
|
||||||
const macOS = computed(() => import.meta.client && navigator && navigator.userAgent && navigator.userAgent.match(/Macintosh;/))
|
const macOS = computed(() => import.meta.client && navigator && navigator.userAgent && navigator.userAgent.match(/Macintosh;/))
|
||||||
|
|
||||||
const metaSymbol = ref(' ')
|
const metaSymbol = ref(' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user