Replaces cards with tables in Collection and Items list. Adds vue-material-icons.

This commit is contained in:
mateuswetah 2018-01-24 11:40:10 -02:00
commit 2f870e74d0
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@
<el-button type="text" >Lista de Itens</el-button>
<el-button @click.native="createItem()">Criar Item</el-button>
</div>
</div>
</el-card>
</el-row>
@ -45,7 +44,6 @@ export default {
},
created(){
this.collectionId = this.$route.params.id;
console.log(this.collectionId);
this.fetchCollection(this.collectionId);
}
@ -64,7 +62,7 @@ export default {
line-height: 12px;
}
.button {
el-button {
padding: 0;
float: right;
}