mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
chore(components): move utils imports before components
This commit is contained in:
@@ -49,11 +49,11 @@ export type BreadcrumbSlots<T extends { slot?: string }> = {
|
||||
<script setup lang="ts" generic="T extends BreadcrumbItem">
|
||||
import { Primitive } from 'radix-vue'
|
||||
import { useAppConfig } from '#imports'
|
||||
import { pickLinkProps } from '../utils/link'
|
||||
import UIcon from './Icon.vue'
|
||||
import UAvatar from './Avatar.vue'
|
||||
import ULinkBase from './LinkBase.vue'
|
||||
import ULink from './Link.vue'
|
||||
import { pickLinkProps } from '../utils/link'
|
||||
|
||||
const props = defineProps<BreadcrumbProps<T>>()
|
||||
const slots = defineSlots<BreadcrumbSlots<T>>()
|
||||
|
||||
Reference in New Issue
Block a user