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 ce98715 commit 940c1bbCopy full SHA for 940c1bb
docs/vue/your-first-app/2-taking-photos.md
@@ -178,6 +178,7 @@ export const usePhotoGallery = () => {
178
const photos = ref<UserPhoto[]>([]);
179
180
const addNewToGallery = async () => {
181
+ // Take a photo
182
const capturedPhoto = await Camera.getPhoto({
183
resultType: CameraResultType.Uri,
184
source: CameraSource.Camera,
versioned_docs/version-v7/vue/your-first-app/2-taking-photos.md
0 commit comments