mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
docs(Header): remove meta_g shortcut
This commit is contained in:
@@ -12,12 +12,6 @@ const { module } = useSharedData()
|
|||||||
const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
|
const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
|
||||||
|
|
||||||
const items = computed(() => props.links.map(({ icon, ...link }) => link))
|
const items = computed(() => props.links.map(({ icon, ...link }) => link))
|
||||||
|
|
||||||
defineShortcuts({
|
|
||||||
meta_g: () => {
|
|
||||||
window.open(`https://github.com/nuxt/${module}/tree/v3`, '_blank')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user