Changes between Version 3 and Version 4 of UZ


Ignore:
Timestamp:
2022.10.03 18:15:03 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v3 v4  
    3434}}}
    3535
     36As 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.
     37
    3638----
    3739