Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I find your examples have wrong script src #51

Closed
linzb93 opened this issue Jan 2, 2017 · 3 comments
Closed

I find your examples have wrong script src #51

linzb93 opened this issue Jan 2, 2017 · 3 comments

Comments

@linzb93
Copy link

linzb93 commented Jan 2, 2017

For example, in examples/index.html

  1. There doesn't exist vue.js in your repository, so <script type="text/javascript" src="..\libs\vue\dist\vue.js"></script> is wrong;
  2. <script type="text/javascript" src="..\libs\Sortable\Sortable.js"></script> should be replace with <script type="text/javascript" src="libs\Sortable\Sortable.js"></script>;
  3. <script type="text/javascript" src="src\vuedraggable.js"></script> should be replace with <script type="text/javascript" src="../src\vuedraggable.js"></script>.
@David-Desmaisons
Copy link
Member

@linzb93 , You need to run bower install and then gulp build before using the example. This will copy the bower dependency to the libs folder.

@linzb93 linzb93 closed this as completed Jan 2, 2017
@David-Desmaisons
Copy link
Member

Regarding empy-list, I updated the documentation working with empty list

@linzb93
Copy link
Author

linzb93 commented Jan 3, 2017

Problem solved, thank you! I saw other issues yesterday, but I didn't realize to use transition-group to solve my problem.Sorry to disturb you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants