This commit is contained in:
jxxghp
2023-08-01 17:49:58 +08:00
parent 7b75eb4a9d
commit 6b03569b79
2 changed files with 8 additions and 2 deletions

View File

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