Skip to content

Commit d082cdc

Browse files
committed
docs(vue): remove Capacitor sentence
1 parent e9d8ba7 commit d082cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/vue/your-first-app/5-adding-mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Let’s start with making some small code changes - then our app will “just wo
1919

2020
Import the Ionic [Platform API](../platform.md) into `usePhotoGallery.ts`, which is used to retrieve information about the current device. In this case, it’s useful for selecting which code to execute based on the platform the app is running on (web or mobile).
2121

22-
Add `Platform` to the imports at the top of the file to use the `isPlatform` method. `Capacitor` is also imported to help with file paths on mobile devices.
22+
Add `Platform` to the imports at the top of the file to use the `isPlatform` method.
2323

2424
```ts
2525
import { ref, onMounted, watch } from 'vue';

versioned_docs/version-v7/vue/your-first-app/5-adding-mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Let’s start with making some small code changes - then our app will “just wo
1919

2020
Import the Ionic [Platform API](../platform.md) into `usePhotoGallery.ts`, which is used to retrieve information about the current device. In this case, it’s useful for selecting which code to execute based on the platform the app is running on (web or mobile).
2121

22-
Add `Platform` to the imports at the top of the file to use the `isPlatform` method. `Capacitor` is also imported to help with file paths on mobile devices.
22+
Add `Platform` to the imports at the top of the file to use the `isPlatform` method.
2323

2424
```ts
2525
import { ref, onMounted, watch } from 'vue';

0 commit comments

Comments
 (0)