vue-grid-layout
vue-grid-layout copied to clipboard
resizeOptions : how to use with nuxtJS
I have added :-
resizeOptions: { autoScroll: { container: document.getElementById('dashboard-grid'), margin: 50, distance: 5, interval: 10 } },
but it gives error document not found
It is using interact.js how to use it ?