SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.78k stars 520 forks source link

Unrecognized slot name in Webstorm #150

Open jcroucher opened 2 years ago

jcroucher commented 2 years ago

I am having an issue with an unrecognised slot name warning when using vuedraggable in a Vue3 project with Webstorm 2021.3.3

It maybe that these are both IDE issues so I have posted there also. However I am not getting warnings with other components when imported locally

<draggable .... <template #item="{ element }"> <!-- Unrecognised slot name //--> ....

https://youtrack.jetbrains.com/issue/WEB-52117/Unrecognized-Slot-name-error-on-v-slot-header-declaration#focus=Comments-27-6070803.0-0

Has anyone else experienced this and have a solution?

dualjack commented 2 years ago

Yes, got exactly the same issue.

Screenshot

HeathNaylorSI commented 2 weeks ago

I am seeing the same issue FYI.