Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
c152d58
docs(vue): add context to code blocks small change to surrounding tex…
soundproofboot Jul 14, 2025
59cef22
docs(vue): add context to code blocks and small changes to surroundin…
soundproofboot Jul 14, 2025
2233653
docs(vue): add context to code blocks and small changes to surroundin…
soundproofboot Jul 14, 2025
6a21dbf
docs(vue): add context to code blocks and small changes to surroundin…
soundproofboot Jul 14, 2025
3635891
docs(vue): add context to code blocks and small changes to surroundin…
soundproofboot Jul 14, 2025
6fb72c4
docs(vue): add context to code blocks and small changes to surroundin…
soundproofboot Jul 16, 2025
bc40cfb
docs(vue): run linter
soundproofboot Jul 16, 2025
1cc3efe
Update docs/vue/your-first-app/3-saving-photos.md
soundproofboot Oct 4, 2025
c29ede6
docs(vue): change name of takePhoto method to addNewToGallery to matc…
soundproofboot Oct 4, 2025
b2926ff
docs(vue): add missing title and head tags to match Angular pages
soundproofboot Oct 4, 2025
c0caf4b
docs(vue): add title to page 7
soundproofboot Oct 4, 2025
05a1aff
Merge branch 'yourFirstAppVue' of https://github.com/soundproofboot/i…
soundproofboot Oct 4, 2025
1907917
docs(vue): update your first app page
thetaPC Oct 22, 2025
e9971d9
docs(vue): update your first app page
thetaPC Oct 22, 2025
6fe3e0a
docs(vue): update your first app page
thetaPC Oct 22, 2025
be5b3a6
docs(vue): update taking photos page
thetaPC Oct 23, 2025
1f92946
docs(vue): update saving photos page
thetaPC Oct 23, 2025
25a2392
docs(vue): update loading photos page
thetaPC Oct 23, 2025
f908015
docs(vue): update adding mobile page
thetaPC Oct 24, 2025
6283f01
docs(vue): update live reload page
thetaPC Oct 24, 2025
32d4b9e
docs(vue): update your first app pages
thetaPC Oct 25, 2025
7663914
docs(vue): update your first app pages
thetaPC Oct 25, 2025
9ec7bdf
docs(vue): update your first app pages
thetaPC Oct 28, 2025
0b6df68
docs(vue): udate live reload page
thetaPC Oct 28, 2025
9669c12
Merge branch 'main' into yourFirstAppVue
thetaPC Oct 28, 2025
3975801
docs(vue): update your first app pages
thetaPC Oct 28, 2025
fa0b5a5
Merge branch 'yourFirstAppVue' of github.com:soundproofboot/ionic-doc…
thetaPC Oct 28, 2025
cfabe13
Correct apostrophe formatting in distribution guide
thetaPC Oct 28, 2025
4a08306
docs(vue): update your first app pages for v7
thetaPC Oct 29, 2025
504f0e1
docs(vue): remove first header
thetaPC Nov 6, 2025
ecf302c
docs(vue): remove exclamation marks
thetaPC Nov 6, 2025
3b15eb1
docs(vue): add Camera
thetaPC Nov 6, 2025
2414d2f
docs(vue): change wording
thetaPC Nov 6, 2025
34fdce3
docs(vue): update existing code comment
thetaPC Nov 6, 2025
5bc6bd2
docs(vue): remove period at the end of comments
thetaPC Nov 6, 2025
a179341
docs(vue): update method string
thetaPC Nov 6, 2025
a0d3257
docs(vue): update repo url note
thetaPC Nov 6, 2025
6132931
docs(vue): add deployment text
thetaPC Nov 6, 2025
60659ef
docs(vue): switch to important note
thetaPC Nov 6, 2025
ee3d5e6
docs(vue): update close text
thetaPC Nov 6, 2025
98c520d
docs(vue): use readFile
thetaPC Nov 6, 2025
b59639b
docs(vue): use slice
thetaPC Nov 6, 2025
233761a
Update docs/vue/your-first-app.md
thetaPC Nov 6, 2025
ce98715
docs(vue): use better title example
thetaPC Nov 6, 2025
940c1bb
docs(vue): add missing comment
thetaPC Nov 6, 2025
5945f1a
docs(vue): add file path
thetaPC Nov 6, 2025
d3cbf40
docs(vue): remove change comment
thetaPC Nov 6, 2025
a9c2c52
docs(vue): remove import
thetaPC Nov 6, 2025
81db1c3
docs(vue): add surrounding code
thetaPC Nov 6, 2025
cef88ca
docs(vue): add styles comment
thetaPC Nov 6, 2025
eb865fe
Update docs/vue/your-first-app/4-loading-photos.md
thetaPC Nov 7, 2025
5ba9292
docs(vue): add better title example on v7
thetaPC Nov 7, 2025
e9d8ba7
Merge branch 'yourFirstAppVue' of github.com:soundproofboot/ionic-doc…
thetaPC Nov 7, 2025
d082cdc
docs(vue): remove Capacitor sentence
thetaPC Nov 7, 2025
b78bb35
docs(vue): update imports
thetaPC Nov 7, 2025
ee1a9c7
docs(vue): remove periods from comments
thetaPC Nov 7, 2025
1085bbf
Fix import comment in adding-mobile.md
thetaPC Nov 10, 2025
5cae4b7
Update 5-adding-mobile.md
thetaPC Nov 10, 2025
2912ce9
Merge branch 'main' of github.com:ionic-team/ionic-docs into yourFirs…
thetaPC Nov 17, 2025
543e854
Merge branch 'yourFirstAppVue' of github.com:soundproofboot/ionic-doc…
thetaPC Nov 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix import comment in adding-mobile.md
  • Loading branch information
thetaPC authored Nov 10, 2025
commit 1085bbfba5263caf70b8c25e350faef93b8f9d17
2 changes: 1 addition & 1 deletion docs/vue/your-first-app/5-adding-mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Camera, CameraResultType, CameraSource } from '@capacitor/camera';
import type { Photo } from '@capacitor/camera';
import { Filesystem, Directory } from '@capacitor/filesystem';
import { Preferences } from '@capacitor/preferences';
// CHANGE: Add imports
// CHANGE: Add import
import { isPlatform } from '@ionic/vue';

// ...existing code...
Expand Down