Skip to content

Commit e9d8ba7

Browse files
committed
Merge branch 'yourFirstAppVue' of github.com:soundproofboot/ionic-docs into yourFirstAppVue
2 parents 5ba9292 + eb865fe commit e9d8ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue/your-first-app/4-loading-photos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const usePhotoGallery = () => {
103103

104104
// CHANGE: Display the photo by reading into base64 format
105105
for (const photo of photosInPreferences) {
106-
const readFile = await Filesystem.file({
106+
const readFile = await Filesystem.readFile({
107107
path: photo.filepath,
108108
directory: Directory.Data,
109109
});

0 commit comments

Comments
 (0)