mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 10:50:40 +01:00
docs(header): update GitHub link for @nuxt/ui-pro (#3058)
This commit is contained in:
@@ -15,7 +15,7 @@ const items = computed(() => props.links.map(({ icon, ...link }) => link))
|
|||||||
|
|
||||||
defineShortcuts({
|
defineShortcuts({
|
||||||
meta_g: () => {
|
meta_g: () => {
|
||||||
window.open('https://github.com/nuxt/ui/tree/v3', '_blank')
|
window.open(`https://github.com/nuxt/${module}/tree/v3`, '_blank')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
@@ -62,7 +62,7 @@ defineShortcuts({
|
|||||||
<UButton
|
<UButton
|
||||||
color="neutral"
|
color="neutral"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
to="https://github.com/nuxt/ui"
|
:to="`https://github.com/nuxt/${module}`"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
icon="i-simple-icons-github"
|
icon="i-simple-icons-github"
|
||||||
aria-label="GitHub"
|
aria-label="GitHub"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/ui.git"
|
"url": "git+https://github.com/nuxt/ui.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://ui.nuxt.com",
|
"homepage": "https://ui3.nuxt.dev",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
Reference in New Issue
Block a user