Skip to content

Commit 6c9f19c

Browse files
committed
docs: correct defaultValue tag
1 parent def6241 commit 6c9f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface VueFireNuxtModuleOptions {
66
/**
77
* Should we add the `VueFireFirestoreOptionsAPI` and `VueFireRealtimeDatabaseOptionsAPI` modules?. Pass `true` to add
88
* both, or `'firestore'` or `'realtime-database'` to add only one. Pass false to disable.
9-
* @default false
9+
* @defaultValue `false`
1010
*/
1111
optionsApiPlugin?: boolean | 'firestore' | 'database'
1212

0 commit comments

Comments
 (0)