refactor: make collection component self closing

This commit is contained in:
jamesgeorge007
2019-12-15 19:00:31 +05:30
parent 82096f3a1e
commit b20cb040b0

View File

@@ -84,7 +84,7 @@ TODO:
@add-folder="addFolder(collection, index)"
@edit-folder="editFolder($event)"
@edit-request="editRequest($event)"
></collection>
/>
</li>
<li v-if="collections.length === 0">
<label>Collections are empty</label>