Skip to content

feat: enable to extend custom flag types#147

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

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

Conversation

@XiaoChengyin
Copy link

declare module '@nuxtjs/device/dist/runtime/types' {
  interface Device {
    isMyApp: boolean
  }
}

isSamsung: boolean
isCrawler: boolean
}
}
Copy link
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 free to 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