question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How vue js and file pond are adapted to each other?

See original GitHub issue

at index: <script> Vue.use(FilePond); code= { components: { FilePond }, data: {etc.. } etc.. at controller: $this->assets->addJs("js/node_modules/filepond/dist/filepond.min.js");

I wrote this but my code is not working

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
nazanokumuscommented, Sep 10, 2018

It’s work! Thanks for help…

0reactions
rikschenninkcommented, Sep 10, 2018

Just published version 3.0.3 and have updated the GitHub readme.md, should now work correctly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to upload files with Vue and FilePond
With our Vue app ready we can now add the FilePond Vue adapter. Let's stop the app (press CTRL + C ) and...
Read more >
Setting up FilePond with Vue
The FilePond Vue Component functions as a tiny adapter for the FilePond object so it's easier to use with Vue. Installation instructions for...
Read more >
FilePond Documentation
FilePond is exposed as a module wrapped in a UMD. It can be added to a project using Node Package Manager, from a...
Read more >
Easy File Uploading With JavaScript | FilePond
The core library is written in vanilla JavaScript and therefore can be used everywhere. ... when a new adapter is released by subscribing...
Read more >
FilePond in Vue - Customize Headers
I'm currently using FilePond via the Vue-Adapter in my app and it's working fine. My current, for this question relevant, code looks like ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found