Skip to content

Commit 62c7856

Browse files
committed
docs(vue): update live reload page
1 parent 801d22a commit 62c7856

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/vue/your-first-app/7-live-reload.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ The Live Reload server will start up, and the native IDE of choice will open if
3535

3636
## Deleting Photos
3737

38-
<<<<<<< HEAD
3938
With Live Reload running and the app open on your device, let’s implement photo deletion functionality.
40-
=======
41-
With Live Reload running and the app open on your device, let’s implement photo deletion functionality. In your code editor (not Android Studio or Xcode), open `Tab2Page.vue` then import the `actionSheetController`. We'll display an [IonActionSheet](https://ionicframework.com/docs/api/action-sheet) with the option to delete a photo:
42-
>>>>>>> c14530c8b4fa68a38b565e98b98f3d19f8339de0
4339

4440
In `usePhotoGallery.ts`, add the `deletePhoto()` method. The selected photo is removed from the `photos` array first. Then, we delete the actual photo file itself using the Filesystem API.
4541

0 commit comments

Comments
 (0)