mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
cli: update templates
This commit is contained in:
@@ -57,7 +57,7 @@ export interface ${upperName}Slots {
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Primitive } from 'reka-ui'
|
import { Primitive } from 'reka-ui'
|
||||||
|
|
||||||
const props = withDefaults(defineProps<${upperName}Props>(), { as: 'div' })
|
const props = defineProps<${upperName}Props>()
|
||||||
defineSlots<${upperName}Slots>()
|
defineSlots<${upperName}Slots>()
|
||||||
|
|
||||||
const ui = ${camelName}()
|
const ui = ${camelName}()
|
||||||
|
|||||||
Reference in New Issue
Block a user