Skip to content
#

vue-composition-api

Here are 114 public repositories matching this topic...

vueuse
Asaki-M
Asaki-M commented Apr 26, 2022

Clear and concise description of the problem

like this:

const { fileupload } = useSliceUpload(
  file,
  options: {
    // about function options
  }
)

fileupload.upload()

The useSliceUpload function can slice the file to an array and use the options support function to upload to the server.

Suggested solution

How to solve it?
I will try to write this function.

enhancement good first issue pr welcome

Improve this page

Add a description, image, and links to the vue-composition-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-composition-api topic, visit your repo's landing page and select "manage topics."

Learn more