mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
chore(cli): update templates
This commit is contained in:
@@ -55,7 +55,6 @@ export interface ${upperName}Slots {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed } from 'vue'
|
|
||||||
import { Primitive } from 'radix-vue'
|
import { Primitive } from 'radix-vue'
|
||||||
|
|
||||||
const props = withDefaults(defineProps<${upperName}Props>(), { as: 'div' })
|
const props = withDefaults(defineProps<${upperName}Props>(), { as: 'div' })
|
||||||
@@ -95,7 +94,6 @@ export interface ${upperName}Slots {}
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed } from 'vue'
|
|
||||||
import { ${upperName}Root, useForwardPropsEmits } from 'radix-vue'
|
import { ${upperName}Root, useForwardPropsEmits } from 'radix-vue'
|
||||||
import { reactivePick } from '@vueuse/core'
|
import { reactivePick } from '@vueuse/core'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user