mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
cli: fix line break doc template (#2687)
This commit is contained in:
@@ -173,7 +173,8 @@ const doc = ({ name, pro }) => {
|
|||||||
description:
|
description:
|
||||||
links: ${pro
|
links: ${pro
|
||||||
? ''
|
? ''
|
||||||
: `- label: ${upperName}
|
: `
|
||||||
|
- label: ${upperName}
|
||||||
icon: i-custom-radix-vue
|
icon: i-custom-radix-vue
|
||||||
to: https://www.radix-vue.com/components/${kebabName}.html`}
|
to: https://www.radix-vue.com/components/${kebabName}.html`}
|
||||||
- label: GitHub
|
- label: GitHub
|
||||||
|
|||||||
Reference in New Issue
Block a user