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
There doesn't exist vue.js in your repository, so <script type="text/javascript" src="..\libs\vue\dist\vue.js"></script> is wrong;
<script type="text/javascript" src="..\libs\Sortable\Sortable.js"></script> should be replace with <script type="text/javascript" src="libs\Sortable\Sortable.js"></script>;
<script type="text/javascript" src="src\vuedraggable.js"></script> should be replace with <script type="text/javascript" src="../src\vuedraggable.js"></script>.
The text was updated successfully, but these errors were encountered:
For example, in examples/index.html
The text was updated successfully, but these errors were encountered: