Changes between Version 8 and Version 9 of UZ


Ignore:
Timestamp:
2022.10.04 07:30:06 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v8 v9  
    3939
    4040As you see nothing will appear in browser. Why? You need to provide some UI. To remain generic the component has no UI by itself. This allows it to be extremely flexible. You need to use //slots// and provide some CSS styles. To remain concise this step is demonstrated in the repository. (repo link to UploadDemo.vue). After creating the UI and navigating to proper URL you should see the uploader.
     41
     42== Properties
     43
     44=== target
     45
     46=== max-jobs
     47
     48=== auto-start
     49
     50=== auto-reset
     51
     52=== keep-going
    4153
    4254== Slots