chore: 🎨 format
This commit is contained in:
parent
94f402eff6
commit
870caee152
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const cropper = ref<InstanceType<typeof VueCropper>>();
|
||||||
|
|
||||||
const ok = async () => {
|
const ok = async () => {
|
||||||
const promise = new Promise<firefish.entities.DriveFile>(async (res) => {
|
const promise = new Promise<firefish.entities.DriveFile>(async (res) => {
|
||||||
cropper.getCropBlob(blob => {
|
cropper.getCropBlob((blob) => {
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append("file", blob);
|
formData.append("file", blob);
|
||||||
if (defaultStore.state.uploadFolder) {
|
if (defaultStore.state.uploadFolder) {
|
||||||
|
|
Loading…
Reference in a new issue