shuding / cobe

5kB WebGL globe lib.
https://cobe.vercel.app
MIT License
3.15k stars 169 forks source link

draggable with vue? #37

Open shreejalmaharjan-27 opened 2 years ago

shreejalmaharjan-27 commented 2 years ago

is there an example of the implementation of draggable with vue.js?

shuding commented 2 years ago

It's similar to the React one though, example welcome!

StroginA commented 2 years ago

I used the vuedraggable package in my Vue.js project, it makes the basic use cases such as reordering a list and using handles quite simple.

wobsoriano commented 1 year ago

Here's a Draggable + Rotate Demo with Vue:

https://stackblitz.com/edit/vue-cobe-demo?file=src/App.vue

shuding commented 1 year ago

Thanks @wobsoriano! I’ll add it to the example list!

wobsoriano commented 1 year ago

Thanks @wobsoriano! I’ll add it to the example list!

Go ahead sire!