Skip to content

feat: enable to extend custom flag types - #147

Open
XiaoChengyin wants to merge 1 commit into
nuxt-modules:mainfrom
XiaoChengyin:patch-1
Open

feat: enable to extend custom flag types#147
XiaoChengyin wants to merge 1 commit into
nuxt-modules:mainfrom
XiaoChengyin:patch-1

Conversation

@XiaoChengyin

Copy link
Copy Markdown
declare module '@nuxtjs/device/dist/runtime/types'{interfaceDevice{isMyApp: boolean}}

isSamsung: boolean
isCrawler: boolean
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@XiaoChengyin@randompch@DamianGlowala