mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
fix(DocsPageHeader): github component link (#182)
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
label="GitHub"
|
label="GitHub"
|
||||||
icon="i-simple-icons-github"
|
icon="i-simple-icons-github"
|
||||||
color="white"
|
color="white"
|
||||||
:to="`https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/${page._dir}/U${page.title}.vue`"
|
:to="`https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/${page._dir}/${page.title.replace(' ', '')}.vue`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user