UNPKG
vue-global-events
Version:
latest (3.0.1)
next (2.1.0)
3.0.1
3.0.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
0.0.0
Component to register global events
github.com/shentao/vue-global-events
shentao/vue-global-events
vue-global-events
/
src
/
utils.js
7 lines
(6 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
let
_isIE
export
function
isIE
(
) {
return
_isIE ==
null
? (_isIE =
/msie|trident/
.
test
(
window
.
navigator
.
userAgent
.
toLowerCase
())) : _isIE }