diff --git a/cli/templates.mjs b/cli/templates.mjs index 2ef930a8..76553dbc 100644 --- a/cli/templates.mjs +++ b/cli/templates.mjs @@ -61,7 +61,7 @@ import { Primitive } from 'radix-vue' const props = withDefaults(defineProps<${upperName}Props>(), { as: 'div' }) defineSlots<${upperName}Slots>() -const ui = computed(() => tv({ extend: ${camelName}, slots: props.ui })()) +const ui = ${camelName}()