Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hy0tic committed Oct 3, 2024
1 parent bc79ef6 commit a78a577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/melloPhotoStorage/query.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
const navigateToUploadPage = async () => {
await router.push("/mellophotostorage/upload");
}
};
const fetchImages = async () => {
isLoading.value = true;
Expand Down
2 changes: 1 addition & 1 deletion pages/melloPhotoStorage/upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
const navigateToPhotoPage = async () => {
await router.push("/melloPhotoStorage/query");
}
};
definePageMeta({
layout: "default1"
Expand Down

0 comments on commit a78a577

Please sign in to comment.