vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

resizeOptions : how to use with nuxtJS

Open rajnish93 opened this issue 2 years ago • 0 comments

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 ?

rajnish93 avatar Feb 09 '23 13:02 rajnish93