Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help me help you translate the documentation into Vuejs. #191

Open
ghost opened this issue Jan 12, 2021 · 3 comments
Open

Help me help you translate the documentation into Vuejs. #191

ghost opened this issue Jan 12, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 12, 2021

Hello and thank you for the great library.
Every time I try applying something on the documentation I am having issues with the suggested formula on it because it's in pure JS.
Most of the times I have little to no clue whatsoever about where to put what. The examples are enigmas to solve every time I look at the documentation. (Am I missing hidden Vue doc?) So to put an end to it, we can together translate it to Vuejs and make it a Vue beginner friendly library.
If you find it pleasing we can start with on which props we use @ or : and what functions are considered computed. We can also continue with your proposed way of adapting the functions into the Vue ecosystem.
Thank you.

@rikschennink
Copy link
Collaborator

@pazarbasifatih I very much appreciate the offer. There's currently no hidden Vue doc. It would be easiest to generate the docs from a core truth but that's not really easy to implement in the current system. Maybe we can add some sort of clarification to the Vue section?

@ghost
Copy link
Author

ghost commented Jan 18, 2021

I try the properties camelCase, then kebab-case and try v-on and v-bind on them :D.
If only there were an addendum that clarifies this once and for all, that'd accelerate things a lot.

@rikschennink
Copy link
Collaborator

For simple static values you can use a string, for complex values in data() or values that might change you use v-bind.

Internally FilePond converts string input to the right format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant