UNPKG
vue3-draggable-next
Version:
latest (4.1.4)
4.1.4
4.1.3
4.1.2
4.1.1
draggable component for vue
github.com/SortableJS/Vue.Draggable
SortableJS/Vue.Draggable
vue3-draggable-next
/
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
};