Changes between Version 6 and Version 7 of UZ


Ignore:
Timestamp:
2022.10.03 20:04:14 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v6 v7  
    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.
    4141
     42== Slots
     43
     44=== idle
     45
     46=== hover
     47
     48=== wait
     49
     50=== uploading
     51
     52=== done
     53
     54=== error
     55
     56=== aborted
     57
     58=== with-errors
     59
     60== Instance methods
     61
     62=== start
     63
     64=== pick (TBD!)
     65
     66=== reset
     67
    4268----
    4369