MaxLeiter / sortablejs-vue3

A thin wrapper around Sortable.js for Vue 3
https://sortablejs-vue3.maxleiter.com
MIT License
378 stars 19 forks source link

Vite import fail #61

Closed leogenot closed 1 year ago

leogenot commented 1 year ago

Importation import { Sortable } from "sortablejs-vue3"; doesn't seem to work correclty with Vite:

GET http://localhost:5173/node_modules/.vite/deps/sortablejs-vue3.js?t=1673724793576&v=19972475 504 (Gateway Timeout)

leogenot commented 1 year ago

Seems like it was related to Vite version, closing now