sagalbot / vue-sortable

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
http://sagalbot.github.io/vue-sortable/
MIT License
721 stars 104 forks source link

Suggestion: Not using build tools should not force you to use globals #44

Open LeaVerou opened 2 years ago

LeaVerou commented 2 years ago

There should be a way to import this from the CDN (import Sortable from "https://...") without having to import Sortable separately and without having to use globals. Right now the non-build tools installation feels like an afterthought.