pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.92k stars 128 forks source link

vueFilePond is not a function with browser usage #207

Closed liemnd161 closed 3 years ago

liemnd161 commented 3 years ago

Hi, when trying to use browser usage with vue, i get error: vueFilePond is not a function

`

<script src="https://unpkg.com/filepond"></script>
<script src="https://unpkg.com/vue-filepond@6"></script>

    const FilePondInst = vueFilePond(
        FilePondPluginFileValidateSize,
        FilePondPluginImagePreview
    );`
rikschennink commented 3 years ago

We require the issue template to be filled out on all new issues. The issue template helps us collect all the information we need to address your submission efficiently.

If your issue can be classified as an integration question or a question about specific features of FilePond we ask you kindly to submit it on Stack Overflow.

We will be able to more closely look at your issue once the issue template has been filled out. The issue will be closed until the above is addressed.

Please leave a comment after you've updated the issue.