Skip to content

Commit 1e3e2f1

Browse files
authored
docs: better docstring naiveui (#17)
1 parent 33815c5 commit 1e3e2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/steps/2.addModules/moduleConfigs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
509509
},
510510
"naiveui": {
511511
humanReadableName: "Naive UI",
512-
description: "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast. Kinda Interesting. See more: https://www.naiveui.com/",
512+
description: "A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast. See more: https://www.naiveui.com/",
513513
dependencies: [{
514514
name: "@huntersofbook/naive-ui-nuxt",
515515
version: "^0.5.1",
@@ -522,7 +522,7 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
522522
tasksPostInstall: [],
523523
indexVue: generateModuleHTMLSnippet(
524524
"NaiveUI",
525-
"Fairly Complete, Theme Customizable, Uses TypeScript, Fast, Kinda Interesting.",
525+
"A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast.",
526526
"naiveui__card",
527527
"https://www.naiveui.com/en-US/os-theme",
528528
"background: radial-gradient(#ad6434, #995020);"

0 commit comments

Comments
 (0)