diff --git a/cli/templates.mjs b/cli/templates.mjs index 4fc11c96..e7b3e56d 100644 --- a/cli/templates.mjs +++ b/cli/templates.mjs @@ -66,7 +66,7 @@ const ui = computed(() => tv({ extend: tv(theme), ...(appConfig.ui?.${camelName} @@ -109,7 +109,7 @@ const ui = computed(() => tv({ extend: tv(theme), ...(appConfig.ui?.${camelName} ` } diff --git a/docs/content/1.getting-started/3.theme.md b/docs/content/1.getting-started/3.theme.md index 6f80a867..ac6d2db3 100644 --- a/docs/content/1.getting-started/3.theme.md +++ b/docs/content/1.getting-started/3.theme.md @@ -973,7 +973,7 @@ export default { ```vue [src/runtime/components/Card.vue]