chore: install prettier
This commit is contained in:
@@ -7,8 +7,8 @@ const props = defineProps({
|
||||
image: Object,
|
||||
editImage: Function,
|
||||
downloadImage: Function,
|
||||
openDeleteImageConfirm: Function
|
||||
})
|
||||
openDeleteImageConfirm: Function,
|
||||
});
|
||||
|
||||
const url = $buildFileUrl(props.image.file__file);
|
||||
</script>
|
||||
@@ -54,6 +54,4 @@ const url = $buildFileUrl(props.image.file__file);
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<style></style>
|
||||
|
||||
Reference in New Issue
Block a user