UNPKG
@lan-ui/lan-ui
Version:
latest (1.2.2)
1.2.2
1.2.1
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.1
A fantastic mobile ui lib implement by Vue
lan-ui.github.io
lan-ui/lan-ui
@lan-ui/lan-ui
/
src
/
common
/
helpers
/
env.js
5 lines
(4 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
// ssr support
export
const
inBrowser =
typeof
window
!==
'undefined'
export
const
ua = inBrowser && navigator.
userAgent
.
toLowerCase
()
export
const
isAndroid = ua && ua.
indexOf
(
'android'
) >
0