Ionic Auto-Imports

Ionic provides various components and helper functions for use in your application.

This module automatically auto-imports them throughout your app, so you do not need to import them manually.

Ionic Components

All Ionic Vue components should be auto-imported throughout your app. Although your IDE should be aware of these components everywhere, they are not globally registered and are only imported within the components that use them.

For a list of all Ionic Vue components, please refer to the ionic component documentation: https://ionicframework.com/docs/components

If you find a component that isn't being auto-imported, please open an issue or a pull request.

Ionic Helper Functions

A number of Ionic hooks/composables are also imported by Nuxt via auto-imports within your app:

Read more about these helper functions in Ionic's docs.