We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ba9292 + eb865fe commit e9d8ba7Copy full SHA for e9d8ba7
docs/vue/your-first-app/4-loading-photos.md
@@ -103,7 +103,7 @@ export const usePhotoGallery = () => {
103
104
// CHANGE: Display the photo by reading into base64 format
105
for (const photo of photosInPreferences) {
106
- const readFile = await Filesystem.file({
+ const readFile = await Filesystem.readFile({
107
path: photo.filepath,
108
directory: Directory.Data,
109
});
0 commit comments