🎨 Minor UI update on collections

This commit is contained in:
Liyas Thomas
2019-10-22 21:27:48 +05:30
parent 4b3cee7f43
commit 3208cec882
6 changed files with 36 additions and 24 deletions

View File

@@ -16,8 +16,8 @@
</ul>
</div>
<div slot="body">
<textarea v-model='collectionJson'>
</textarea>
<textarea v-model='collectionJson' rows="8">
</textarea>
</div>
<div slot="footer">
</div>
@@ -46,4 +46,4 @@ export default {
},
},
};
</script>
</script>