Skip to content

Commit 5945f1a

Browse files
committed
docs(vue): add file path
1 parent 940c1bb commit 5945f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We’re now able to take multiple photos and display them in a photo gallery on
1515

1616
## Filesystem API
1717

18-
Fortunately, saving them to the filesystem only takes a few steps. Begin by creating a new class method, `savePicture()`, in the `usePhotoGallery()` method.
18+
Fortunately, saving them to the filesystem only takes a few steps. Begin by creating a new class method, `savePicture()`, in the `usePhotoGallery()` method in `usePhotoGallery.ts`.
1919

2020
```ts
2121
import { ref, onMounted, watch } from 'vue';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We’re now able to take multiple photos and display them in a photo gallery on
1515

1616
## Filesystem API
1717

18-
Fortunately, saving them to the filesystem only takes a few steps. Begin by creating a new class method, `savePicture()`, in the `usePhotoGallery()` method.
18+
Fortunately, saving them to the filesystem only takes a few steps. Begin by creating a new class method, `savePicture()`, in the `usePhotoGallery()` method in `usePhotoGallery.ts`.
1919

2020
```ts
2121
import { ref, onMounted, watch } from 'vue';

0 commit comments

Comments
 (0)