Skip to content

Commit

Permalink
fix(schema): extend logo types (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
owlnai committed Jun 30, 2023
1 parent cf85b0d commit eac38fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.schema.ts
Expand Up @@ -139,7 +139,10 @@ export default defineNuxtSchema({
* Boolean to disable or use the `Logo.vue` component.
*
* String to be used as a name of a component.
*
* Object that sets the light and dark logos.
*
* @type {boolean|string|{dark: string, light: string}}
* @example 'MyLogo'
* @studioInput boolean
*/
Expand Down

0 comments on commit eac38fe

Please sign in to comment.