UNPKG

@lan-ui/lan-ui

Version:

A fantastic mobile ui lib implement by Vue

5 lines (4 loc) 192 B
// ssr support export const inBrowser = typeof window !== 'undefined' export const ua = inBrowser && navigator.userAgent.toLowerCase() export const isAndroid = ua && ua.indexOf('android') > 0