mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
docs: add target: '_blank' to anchors
This commit is contained in:
@@ -57,11 +57,13 @@ const anchors = [{
|
|||||||
}, {
|
}, {
|
||||||
label: 'Playground',
|
label: 'Playground',
|
||||||
icon: 'i-simple-icons-stackblitz',
|
icon: 'i-simple-icons-stackblitz',
|
||||||
to: 'https://stackblitz.com/edit/nuxtlabs-ui?file=app.config.ts,app.vue'
|
to: 'https://stackblitz.com/edit/nuxtlabs-ui?file=app.config.ts,app.vue',
|
||||||
|
target: '_blank'
|
||||||
}, {
|
}, {
|
||||||
label: 'Releases',
|
label: 'Releases',
|
||||||
icon: 'i-heroicons-rocket-launch-solid',
|
icon: 'i-heroicons-rocket-launch-solid',
|
||||||
to: 'https://github.com/nuxtlabs/ui/releases'
|
to: 'https://github.com/nuxtlabs/ui/releases',
|
||||||
|
target: '_blank'
|
||||||
}]
|
}]
|
||||||
|
|
||||||
// Computed
|
// Computed
|
||||||
|
|||||||
Reference in New Issue
Block a user