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.
1 parent 5945f1a commit d3cbf40Copy full SHA for d3cbf40
docs/vue/your-first-app/3-saving-photos.md
@@ -74,7 +74,6 @@ export const usePhotoGallery = () => {
74
photos.value = [savedImageFile, ...photos.value];
75
};
76
77
- // CHANGE: Add `savePicture()` method
78
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
79
return {
80
filepath: 'soon...',
versioned_docs/version-v7/vue/your-first-app/3-saving-photos.md
0 commit comments