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 def6241 commit 6c9f19cCopy full SHA for 6c9f19c
packages/nuxt/src/module/options.ts
@@ -6,7 +6,7 @@ export interface VueFireNuxtModuleOptions {
6
/**
7
* Should we add the `VueFireFirestoreOptionsAPI` and `VueFireRealtimeDatabaseOptionsAPI` modules?. Pass `true` to add
8
* both, or `'firestore'` or `'realtime-database'` to add only one. Pass false to disable.
9
- * @default false
+ * @defaultValue `false`
10
*/
11
optionsApiPlugin?: boolean | 'firestore' | 'database'
12
0 commit comments