chore(ImagePreview): remove unused state (#11889)

This commit is contained in:
inottn 2023-05-21 21:48:54 +08:00 committed by GitHub
parent dda09785ea
commit a8a04d3993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,6 @@ export default defineComponent({
moving: false,
zooming: false,
imageRatio: 0,
displayWidth: 0,
displayHeight: 0,
});
const touch = useTouch();