chore(cli): update templates

This commit is contained in:
Benjamin Canac
2024-09-05 11:46:53 +02:00
parent 2c30025ca1
commit 4b168a887e

View File

@@ -55,7 +55,6 @@ export interface ${upperName}Slots {
</script>
<script setup lang="ts">
import { computed } from 'vue'
import { Primitive } from 'radix-vue'
const props = withDefaults(defineProps<${upperName}Props>(), { as: 'div' })
@@ -95,7 +94,6 @@ export interface ${upperName}Slots {}
</script>
<script setup lang="ts">
import { computed } from 'vue'
import { ${upperName}Root, useForwardPropsEmits } from 'radix-vue'
import { reactivePick } from '@vueuse/core'