barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 169 forks source link

Is it possible to use it with vue.js ? #286

Open eXCom opened 3 years ago

eXCom commented 3 years ago

I have a laravel app that uses vue.js

and inside a component a tried to use elfinder, it works great, but im using it in a list that can be sorted, and after sorting vue is rerendering and elfinder changes that im doing in public\packages\barryvdh\elfinder\js\standalonepopup.js are lost

any ideas or its just not supposed to be used inside vue ?