vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Do you have a CDN version?

Open Mashiane opened this issue 3 years ago • 1 comments

Hi there

Do you happen to have a CDN version of this component please?

Thanks

Mashiane avatar Oct 15 '20 17:10 Mashiane

load these (from UNPKG or jsDelivr):

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/smooth-dnd"></script>
<script src="https://unpkg.com/vue-smooth-dnd"></script>

then register these components:

container: window.VueSmoothDnd.Container,
draggable: window.VueSmoothDnd.Draggable

msamohod avatar Nov 10 '20 06:11 msamohod