vue-sortable icon indicating copy to clipboard operation
vue-sortable copied to clipboard

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

Open LeaVerou opened this issue 3 years ago • 0 comments

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.

LeaVerou avatar Jul 23 '22 16:07 LeaVerou