MaxLeiter / sortablejs-vue3

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

Can't import in Vue script #60

Closed leogenot closed 1 year ago

leogenot commented 1 year ago

I can't import { Sortable } from "sortablejs-vue3"; in my Composition api script :

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

tried putting my script in Ts did not help either, the import statement alone makes my app crash...

MaxLeiter commented 1 year ago

This seems like a vite problem. Can you report it there?

leogenot commented 1 year ago

yes no problem!