UNPKG
zhyswan-vuedraggable
Version:
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.0
draggable component for vue
github.com/zhyswan/vue.draggable.next
zhyswan/vue.draggable.next
zhyswan-vuedraggable
/
src
/
util
/
console.js
10 lines
(8 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
function
getConsole
(
) {
if
(
typeof
window
!==
"undefined"
) {
return
window
.
console
; }
return
global
.
console
; }
const
console
=
getConsole
();
export
{
console
};