n1crack / vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.
https://vuefinder.ozdemir.be
MIT License
259 stars 75 forks source link

Is there a node backend interpolation for this #81

Open johnny-liang-gd opened 1 week ago

johnny-liang-gd commented 1 week ago

I have a working node backend running, trying to provide suck file management portal to the frontend, but only found out there's php/python version for backend. Thanks.

n1crack commented 1 week ago

Not currently, I'd be happy if you can create one.

tobatha commented 1 week ago

Got a weird action here, a single selection on a target in the main window or treeview will trigger 3 times of @select bound function

https://github.com/user-attachments/assets/d47c0cc6-b7cf-46dc-95b3-4bb0e2d83499

n1crack commented 5 days ago

somehow, the event seems to be loaded three times,

Probably, we should register the event once per vuefinder instance.