refactor: make collection component self closing
This commit is contained in:
@@ -84,7 +84,7 @@ TODO:
|
|||||||
@add-folder="addFolder(collection, index)"
|
@add-folder="addFolder(collection, index)"
|
||||||
@edit-folder="editFolder($event)"
|
@edit-folder="editFolder($event)"
|
||||||
@edit-request="editRequest($event)"
|
@edit-request="editRequest($event)"
|
||||||
></collection>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="collections.length === 0">
|
<li v-if="collections.length === 0">
|
||||||
<label>Collections are empty</label>
|
<label>Collections are empty</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user