We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c673f5 commit af65683Copy full SHA for af65683
docs/components/docs/DocsPageHeader.vue
@@ -22,7 +22,7 @@
22
label="GitHub"
23
icon="i-simple-icons-github"
24
color="white"
25
- :to="`https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/${page._dir}/${page.title.replace(' ', '')}.vue`"
+ :to="`https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/${page._dir}/${page.title.replace(' ', '')}${page.github.suffix || '.vue'}`"
26
/>
27
</div>
28
docs/content/3.forms/8.form-group.md
@@ -1,5 +1,6 @@
1
---
2
-github: true
+github:
3
+ suffix: .ts
4
description: Display a label and additional informations around a form element.
5
6
0 commit comments