tinymins / vue-transfer-dom.js

A directive supported plugin for transfering DOM to another location in Vue.js components.
https://www.npmjs.com/package/vue-transfer-dom.js
1 stars 1 forks source link

Documentation need to have a bit more examples #3

Closed emahuni closed 5 years ago

emahuni commented 5 years ago

The documentation is lacking some information and explanations as to how to implement it. It says name and instead it's using id or element. It also assumes that we get to what name refers to a-forehand.

tinymins commented 5 years ago

I've write some documentation just now, but I think my poor writing English may make some mistakes. So would you mind review and see if there is any problem or suggestion? https://github.com/tinymins/vue-transfer-dom.js/blob/master/README.md

emahuni commented 5 years ago

Ok let me check it out.