mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
fix: module is not listed in package. json dependencies (#4338)
This commit is contained in:
parent
b1636405fc
commit
56e66193fc
@ -1,7 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, ref } from 'vue';
|
||||
|
||||
import { VbenButton } from '@vben/common-ui';
|
||||
import { SvgRefreshIcon } from '@vben/icons';
|
||||
import {
|
||||
Card,
|
||||
@ -9,6 +8,7 @@ import {
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
VbenButton,
|
||||
VbenIconButton,
|
||||
} from '@vben-core/shadcn-ui';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user