UNPKG
@marshallswain/vuedraggable
Version:
latest (4.2.0)
4.2.0
draggable component for vue
github.com/marshallswain/vue-draggable
marshallswain/vue-draggable
@marshallswain/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
};