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 4f018fc commit faac87eCopy full SHA for faac87e
docs/content/2.getting-started.md
@@ -26,8 +26,6 @@ pnpm install nuxt-ionic -D
26
Then add the module to your Nuxt configuration:
27
28
```js{}[nuxt.config]
29
-import { defineNuxtConfig } from 'nuxt'
30
-
31
export default defineNuxtConfig({
32
modules: ['nuxt-ionic']
33
})
@@ -64,8 +62,6 @@ Find out more about how to use Capacitor with Ionic at https://capacitorjs.com/d
64
62
While not required, you can configure the features that are enabled:
65
63
66
```js
67
68
69
70
modules: ['nuxt-ionic'],
71
ionic: {
0 commit comments