Skip to content

Commit d3cbf40

Browse files
committed
docs(vue): remove change comment
1 parent 5945f1a commit d3cbf40

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/vue/your-first-app/3-saving-photos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const usePhotoGallery = () => {
7474
photos.value = [savedImageFile, ...photos.value];
7575
};
7676

77-
// CHANGE: Add `savePicture()` method
7877
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
7978
return {
8079
filepath: 'soon...',

versioned_docs/version-v7/vue/your-first-app/3-saving-photos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const usePhotoGallery = () => {
7474
photos.value = [savedImageFile, ...photos.value];
7575
};
7676

77-
// CHANGE: Add `savePicture()` method
7877
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
7978
return {
8079
filepath: 'soon...',

0 commit comments

Comments
 (0)