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

attributes not work at all #7

Closed fozooni closed 1 year ago

fozooni commented 1 year ago

Hey mate, I hope you were ok.

None of attributes (ex. dark, locale) are working! Please check these attr's and If you have a free time please fix there. Thank you

n1crack commented 1 year ago

It seems they are working. Can you clear your browsers localstorage and try again?

just to be sure your setting would be like this:

<vue-finder id="vf" url="/vuefinder" locale="tr" dark></vue-finder>

also you can check the live demo code here : https://github.com/n1crack/vuefinder.ozdemir.be

fozooni commented 1 year ago

Thank you, I solved this! I think that was packages conflic or smth like that because when I delete node_modules folder and re-install that, this was fixed.