Changes between Version 6 and Version 7 of UZ
- Timestamp:
- 2022.10.03 20:04:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UZ
v6 v7 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 41 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 42 68 ---- 43 69