Skip to content

Commit 940c1bb

Browse files
committed
docs(vue): add missing comment
1 parent ce98715 commit 940c1bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/vue/your-first-app/2-taking-photos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export const usePhotoGallery = () => {
178178
const photos = ref<UserPhoto[]>([]);
179179

180180
const addNewToGallery = async () => {
181+
// Take a photo
181182
const capturedPhoto = await Camera.getPhoto({
182183
resultType: CameraResultType.Uri,
183184
source: CameraSource.Camera,

versioned_docs/version-v7/vue/your-first-app/2-taking-photos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export const usePhotoGallery = () => {
178178
const photos = ref<UserPhoto[]>([]);
179179

180180
const addNewToGallery = async () => {
181+
// Take a photo
181182
const capturedPhoto = await Camera.getPhoto({
182183
resultType: CameraResultType.Uri,
183184
source: CameraSource.Camera,

0 commit comments

Comments
 (0)