You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest v2.12.0 tagged release contains dist files which do not reflect the source.
As a result, including Vue.Draggable results in a Syntax Error. When used with Vue, the <draggable> is no longer registered as the script fails. See this dead-simple JSFiddle for reference (check the console).
I have cloned the Vue.Draggable repository and found that simply rebuilding the dist files fixes the problem, so please try rebuilding.
The text was updated successfully, but these errors were encountered:
The latest v2.12.0 tagged release contains dist files which do not reflect the source.
As a result, including Vue.Draggable results in a Syntax Error. When used with Vue, the
<draggable>
is no longer registered as the script fails. See this dead-simple JSFiddle for reference (check the console).I have cloned the Vue.Draggable repository and found that simply rebuilding the dist files fixes the problem, so please try rebuilding.
The text was updated successfully, but these errors were encountered: