Changes between Version 8 and Version 9 of UZ
- Timestamp:
- 2022.10.04 07:30:06 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UZ
v8 v9 39 39 40 40 As 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 41 53 42 54 == Slots