chore(project): refactor types dir

This commit is contained in:
vben
2024-05-21 22:14:25 +08:00
parent c31d21be50
commit f6087ce4e8
37 changed files with 141 additions and 65 deletions

View File

@@ -50,7 +50,7 @@
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "2.1.1",
"radix-vue": "^1.8.0",
"radix-vue": "^1.8.1",
"tailwind-merge": "^2.3.0",
"vue": "^3.4.27",
"vue-sonner": "^1.1.2"

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { VbenIcon } from '@vben-core/shadcn-ui';
import { VbenIcon } from '../icon';
import type { IBreadcrumb } from './interface';

View File

@@ -1,6 +1,5 @@
<script lang="ts" setup>
import { IcRoundKeyboardArrowDown } from '@vben-core/iconify';
import { VbenIcon } from '@vben-core/shadcn-ui';
import {
Breadcrumb,
@@ -17,6 +16,8 @@ import {
DropdownMenuTrigger,
} from '#/components/ui/dropdown-menu';
import { VbenIcon } from '../';
import type { IBreadcrumb } from './interface';
interface Props {