Skip to content

Commit

Permalink
fix: import path of label
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Dec 15, 2024
1 parent 4818522 commit db3626c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/UploadImgDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CustomUploadForm from '@/components/CustomUploadForm.vue'
import FormItem from '@/components/FormItem.vue'
import { Dialog, DialogContent, DialogHeader, DialogTitle } from '@/components/ui/dialog'
import { Input } from '@/components/ui/input'
import { Label } from '@/components/ui/Label'
import { Label } from '@/components/ui/label'
import {
Select,
SelectContent,
Expand Down
2 changes: 1 addition & 1 deletion src/components/FormItem.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Label } from '@/components/ui/Label'
import { Label } from '@/components/ui/label'
const props = defineProps<{
label?: string
Expand Down

0 comments on commit db3626c

Please sign in to comment.