Changes between Version 10 and Version 11 of UZ


Ignore:
Timestamp:
2022.10.04 09:24:46 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v10 v11  
    33== TL;DR
    44
    5 `git clone https://github.com/js29a/uz.git`
     5`git clone https://github.com/js29a/uz.git` or grab source:/uz/src/UploadZone.vue@cc1db11 and source:/uz/src/UploadTest.vue@cc1db11
    66
    77== Aim of this article
     
    3838}}}
    3939
    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.
     40As 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 (source:/uz/src/UploadTest.vue@cc1db11). After creating the UI and navigating to proper URL you should see the uploader.
    4141
    4242== Properties