Merge pull request #3 from thofx/lint_fix

修复样式问题
This commit is contained in:
jxxghp
2023-07-22 19:22:50 +08:00
committed by GitHub
8 changed files with 46 additions and 36 deletions

View File

@@ -16,7 +16,7 @@ const props = defineProps({
})
// 提示框
const $toast = useToast()
const $toast = useToast({ position: 'top' })
// 图片加载状态
const isImageLoaded = ref(false)